|
|||||||||
| 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 java.util.List<ReceiverValue> |
getImplicitReceiversHierarchyValues(JetScope scope)
|
static JetScope |
getPropertyDeclarationInnerScope(PropertyDescriptor propertyDescriptor,
JetScope outerScope,
java.util.List<? extends TypeParameterDescriptor> typeParameters,
ReceiverParameterDescriptor receiver,
BindingTrace trace)
|
static JetScope |
getPropertyDeclarationInnerScope(PropertyDescriptor propertyDescriptor,
JetScope outerScope,
RedeclarationHandler redeclarationHandler)
|
static JetScope |
getPropertyDeclarationInnerScopeForInitializer(PropertyDescriptor propertyDescriptor,
JetScope outerScope,
java.util.List<? extends TypeParameterDescriptor> typeParameters,
ReceiverParameterDescriptor receiver,
BindingTrace trace)
|
static JetScope |
getResolutionScope(com.intellij.psi.PsiElement element,
BindingContext context)
|
static JetScope |
makeScopeForPropertyAccessor(PropertyDescriptor propertyDescriptor,
JetScope parentScope,
BindingTrace trace)
|
static java.lang.String |
printStructure(JetScope scope)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static java.util.List<ReceiverValue> getImplicitReceiversHierarchyValues(@NotNull
JetScope scope)
public static JetScope makeScopeForPropertyAccessor(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetScope parentScope,
@NotNull
BindingTrace trace)
public static JetScope getPropertyDeclarationInnerScope(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetScope outerScope,
@NotNull
RedeclarationHandler redeclarationHandler)
public static JetScope getPropertyDeclarationInnerScope(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetScope outerScope,
@NotNull
java.util.List<? extends TypeParameterDescriptor> typeParameters,
@Nullable
ReceiverParameterDescriptor receiver,
BindingTrace trace)
public static JetScope getPropertyDeclarationInnerScopeForInitializer(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetScope outerScope,
@NotNull
java.util.List<? extends TypeParameterDescriptor> typeParameters,
@Nullable
ReceiverParameterDescriptor receiver,
BindingTrace trace)
@TestOnly
@NotNull
public static java.lang.String printStructure(@Nullable
JetScope scope)
@Nullable
public static JetScope getResolutionScope(@NotNull
com.intellij.psi.PsiElement element,
@NotNull
BindingContext context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||