|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.AbstractScopeAdapter
org.jetbrains.jet.lang.resolve.scopes.ClassObjectMixinScope
public class ClassObjectMixinScope
Members of the class object are accessible from the class. Scope lazily delegates requests to class object scope.
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.JetScope |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
ClassObjectMixinScope(ClassDescriptor classObjectDescriptor)
|
|
| Method Summary | |
|---|---|
java.util.List<ReceiverParameterDescriptor> |
getImplicitReceiversHierarchy()
Adds receivers to the list in order of locality, so that the closest (the most local) receiver goes first |
protected JetScope |
getWorkerScope()
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.scopes.AbstractScopeAdapter |
|---|
getAllDescriptors, getClassifier, getContainingDeclaration, getDeclarationsByLabel, getFunctions, getLocalVariable, getNamespace, getObjectDescriptor, getObjectDescriptors, getOwnDeclaredDescriptors, getProperties, getPropertyByFieldReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassObjectMixinScope(ClassDescriptor classObjectDescriptor)
| Method Detail |
|---|
@NotNull protected JetScope getWorkerScope()
getWorkerScope in class AbstractScopeAdapter@NotNull public java.util.List<ReceiverParameterDescriptor> getImplicitReceiversHierarchy()
JetScope
getImplicitReceiversHierarchy in interface JetScopegetImplicitReceiversHierarchy in class AbstractScopeAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||