Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FirNonStaticMembersScope (0.17 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirScopeProvider.kt

        ): FirContainingNamesAwareScope {
            val combinedScope = getCombinedFirKotlinDeclaredMemberScope(classSymbol)
            return when (kind) {
                DeclaredMemberScopeKind.NON_STATIC -> FirNonStaticMembersScope(combinedScope)
                DeclaredMemberScopeKind.STATIC -> FirStaticScope(combinedScope)
                DeclaredMemberScopeKind.COMBINED -> combinedScope
            }
        }
    
        /**
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 18.7K bytes
    - Viewed (0)
Back to top