Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for description (0.14 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/KtFe10DescJavaFieldSymbol.kt

        override val descriptor: JavaPropertyDescriptor,
        override val analysisContext: Fe10AnalysisContext
    ) : KtJavaFieldSymbol(), KtFe10DescMemberSymbol<JavaPropertyDescriptor> {
        override val name: Name
            get() = withValidityAssertion { descriptor.name }
    
        override val isStatic: Boolean
            get() = withValidityAssertion { DescriptorUtils.isStaticDeclaration(descriptor) }
    
        override val isVal: Boolean
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 2.5K bytes
    - Viewed (0)
Back to top