org.jetbrains.jet.lang.resolve.scopes
Class JetScopeAdapter

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.scopes.AbstractScopeAdapter
      extended by org.jetbrains.jet.lang.resolve.scopes.JetScopeAdapter
All Implemented Interfaces:
JetScope
Direct Known Subclasses:
WritableScopeWithImports

public class JetScopeAdapter
extends AbstractScopeAdapter


Field Summary
 
Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.JetScope
EMPTY
 
Constructor Summary
JetScopeAdapter(JetScope workerScope)
           
 
Method Summary
protected  JetScope getWorkerScope()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.scopes.AbstractScopeAdapter
getAllDescriptors, getClassifier, getContainingDeclaration, getDeclarationsByLabel, getFunctions, getImplicitReceiversHierarchy, 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

JetScopeAdapter

public JetScopeAdapter(@NotNull
                       JetScope workerScope)
Method Detail

getWorkerScope

@NotNull
protected final JetScope getWorkerScope()
Specified by:
getWorkerScope in class AbstractScopeAdapter