|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.JetScopeUtils
public final class JetScopeUtils
Method Summary | |
---|---|
static java.util.Collection<CallableDescriptor> |
getAllExtensions(JetScope scope)
Get all extension descriptors among visible descriptors for current scope. |
static java.util.List<ReceiverValue> |
getImplicitReceiversHierarchyValues(JetScope scope)
|
static JetScope |
makeScopeForPropertyAccessor(PropertyDescriptor propertyDescriptor,
JetScope parentScope,
DescriptorResolver descriptorResolver,
BindingTrace trace)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<ReceiverValue> getImplicitReceiversHierarchyValues(@NotNull JetScope scope)
public static java.util.Collection<CallableDescriptor> getAllExtensions(@NotNull JetScope scope)
scope
- Scope for query extensions.
public static JetScope makeScopeForPropertyAccessor(@NotNull PropertyDescriptor propertyDescriptor, @NotNull JetScope parentScope, @NotNull DescriptorResolver descriptorResolver, @NotNull BindingTrace trace)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |