MemberScope

interface MemberScope

Functions

getClassifierNames
Link copied to clipboard
abstract fun getClassifierNames(): Set<Name>
getContributedDescriptors
Link copied to clipboard
abstract fun getContributedDescriptors(filter: (name: String) -> Boolean): List<DeclarationDescriptor>
getFunctionNames
Link copied to clipboard
abstract fun getFunctionNames(): Set<Name>
getVariableNames
Link copied to clipboard
abstract fun getVariableNames(): Set<Name>

Inheritors

CombinedMemberScope
Link copied to clipboard