Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCallableNames (0.18 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/scopes/KtFirDelegatingTypeScope.kt

        }
    
        override fun getAllPossibleNames(): Set<Name> = withValidityAssertion { allNamesCached }
    
        override fun getPossibleCallableNames(): Set<Name> = withValidityAssertion {
            firScope.getCallableNames()
        }
    
        override fun getPossibleClassifierNames(): Set<Name> = withValidityAssertion {
            firScope.getClassifierNames()
        }
    
    Plain Text
    - Registered: Fri Mar 22 08:18:09 GMT 2024
    - Last Modified: Fri May 19 11:53:15 GMT 2023
    - 2.7K bytes
    - Viewed (0)
Back to top