public class ClassObjectMixinScope extends AbstractScopeAdapter
| Constructor and Description |
|---|
ClassObjectMixinScope(ClassDescriptor classObjectDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getAllDescriptors, getClassifier, getContainingDeclaration, getDeclarationsByLabel, getFunctions, getLocalVariable, getNamespace, getObjectDescriptor, getObjectDescriptors, getOwnDeclaredDescriptors, getProperties, getPropertyByFieldReferencepublic ClassObjectMixinScope(ClassDescriptor classObjectDescriptor)
@NotNull protected JetScope getWorkerScope()
getWorkerScope in class AbstractScopeAdapter@NotNull public java.util.List<ReceiverParameterDescriptor> getImplicitReceiversHierarchy()
JetScopegetImplicitReceiversHierarchy in interface JetScopegetImplicitReceiversHierarchy in class AbstractScopeAdapter