|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.scopes.JetScopeUtils
public final class JetScopeUtils
| Method Summary | |
|---|---|
static LexicalScope |
getPropertyDeclarationInnerScope(PropertyDescriptor propertyDescriptor,
LexicalScope outerScope,
java.util.List<? extends TypeParameterDescriptor> typeParameters,
ReceiverParameterDescriptor receiver,
BindingTrace trace)
|
static LexicalScope |
getPropertyDeclarationInnerScope(PropertyDescriptor propertyDescriptor,
LexicalScope outerScope,
RedeclarationHandler redeclarationHandler)
|
static LexicalScope |
getPropertyDeclarationInnerScopeForInitializer(PropertyDescriptor propertyDescriptor,
LexicalScope outerScope,
java.util.List<? extends TypeParameterDescriptor> typeParameters,
ReceiverParameterDescriptor receiver,
BindingTrace trace)
|
static MemberScope |
getStaticNestedClassesScope(ClassDescriptor descriptor)
|
static LexicalScope |
makeScopeForPropertyAccessor(PropertyDescriptor propertyDescriptor,
LexicalScope parentScope,
BindingTrace trace)
|
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 |
|---|
@NotNull
public static MemberScope getStaticNestedClassesScope(@NotNull
ClassDescriptor descriptor)
public static LexicalScope makeScopeForPropertyAccessor(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
LexicalScope parentScope,
@NotNull
BindingTrace trace)
public static LexicalScope getPropertyDeclarationInnerScope(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
LexicalScope outerScope,
@NotNull
RedeclarationHandler redeclarationHandler)
public static LexicalScope getPropertyDeclarationInnerScope(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
LexicalScope outerScope,
@NotNull
java.util.List<? extends TypeParameterDescriptor> typeParameters,
@Nullable
ReceiverParameterDescriptor receiver,
BindingTrace trace)
public static LexicalScope getPropertyDeclarationInnerScopeForInitializer(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
LexicalScope outerScope,
@NotNull
java.util.List<? extends TypeParameterDescriptor> typeParameters,
@Nullable
ReceiverParameterDescriptor receiver,
BindingTrace trace)
@TestOnly
@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 | ||||||||