|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.JetScopeImpl
org.jetbrains.jet.lang.descriptors.impl.SubpackagesScope
public class SubpackagesScope
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.JetScope |
---|
EMPTY |
Constructor Summary | |
---|---|
SubpackagesScope(PackageViewDescriptor packageView)
|
Method Summary | |
---|---|
java.util.Collection<DeclarationDescriptor> |
getAllDescriptors()
All visible descriptors from current scope. |
DeclarationDescriptor |
getContainingDeclaration()
|
PackageViewDescriptor |
getPackage(Name name)
|
void |
printScopeStructure(Printer p)
|
Methods inherited from class org.jetbrains.jet.lang.resolve.scopes.JetScopeImpl |
---|
getClassifier, getDeclarationsByLabel, getFunctions, getImplicitReceiversHierarchy, getLocalVariable, getOwnDeclaredDescriptors, getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubpackagesScope(PackageViewDescriptor packageView)
Method Detail |
---|
@NotNull public DeclarationDescriptor getContainingDeclaration()
@Nullable public PackageViewDescriptor getPackage(@NotNull Name name)
getPackage
in interface JetScope
getPackage
in class JetScopeImpl
@NotNull public java.util.Collection<DeclarationDescriptor> getAllDescriptors()
JetScope
getAllDescriptors
in interface JetScope
getAllDescriptors
in class JetScopeImpl
public void printScopeStructure(@NotNull Printer p)
printScopeStructure
in interface JetScope
printScopeStructure
in class JetScopeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |