|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.scopes.ScopeUtils
public final class ScopeUtils
| Method Summary | |
|---|---|
static LexicalScope |
makeScopeForDelegateConventionFunctions(LexicalScope parent,
PropertyDescriptor propertyDescriptor)
|
static LexicalScope |
makeScopeForPropertyHeader(LexicalScope parent,
PropertyDescriptor propertyDescriptor)
|
static LexicalScope |
makeScopeForPropertyInitializer(LexicalScope propertyHeader,
PropertyDescriptor propertyDescriptor)
|
static java.lang.String |
printStructure(MemberScope scope)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LexicalScope makeScopeForPropertyHeader(@NotNull
LexicalScope parent,
@NotNull
PropertyDescriptor propertyDescriptor)
@NotNull
public static LexicalScope makeScopeForPropertyInitializer(@NotNull
LexicalScope propertyHeader,
@NotNull
PropertyDescriptor propertyDescriptor)
@NotNull
public static LexicalScope makeScopeForDelegateConventionFunctions(@NotNull
LexicalScope parent,
@NotNull
PropertyDescriptor propertyDescriptor)
@NotNull
public static java.lang.String printStructure(@Nullable
MemberScope scope)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||