Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasPropertyAttribute (0.28 sec)

  1. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/metadata/HasKotlinFlagsMetadataQuery.kt

            MemberType.FIELD -> hasPropertyAttribute(kmClass::properties, jvmSignature, predicate)
            MemberType.CONSTRUCTOR -> hasConstructorAttribute(kmClass::constructors, jvmSignature, predicate)
            MemberType.METHOD -> hasFunctionAttribute(kmClass::functions, jvmSignature, predicate) ||
                hasPropertyAttribute(kmClass::properties, jvmSignature, predicate)
        }
    }
    
    
    private
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 11:57:24 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top