org.jetbrains.kotlin.resolve.scopes
Class ScopeUtils
java.lang.Object
org.jetbrains.kotlin.resolve.scopes.ScopeUtils
public final class ScopeUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getStaticNestedClassesScope
@NotNull
public static MemberScope getStaticNestedClassesScope(@NotNull
ClassDescriptor descriptor)
makeScopeForPropertyHeader
public static LexicalScope makeScopeForPropertyHeader(@NotNull
LexicalScope parent,
@NotNull
PropertyDescriptor propertyDescriptor)
makeScopeForPropertyInitializer
@NotNull
public static LexicalScope makeScopeForPropertyInitializer(@NotNull
LexicalScope propertyHeader,
@NotNull
PropertyDescriptor propertyDescriptor)
makeScopeForDelegateConventionFunctions
@NotNull
public static LexicalScope makeScopeForDelegateConventionFunctions(@NotNull
LexicalScope parent,
@NotNull
PropertyDescriptor propertyDescriptor)
printStructure
@NotNull
public static java.lang.String printStructure(@Nullable
MemberScope scope)