|
|||||||||
| 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)
Is supposed to be used in tests and debug only |
| 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 JetScopegetPackage in class JetScopeImpl@NotNull public java.util.Collection<DeclarationDescriptor> getAllDescriptors()
JetScope
getAllDescriptors in interface JetScopegetAllDescriptors in class JetScopeImpl
public void printScopeStructure(@NotNull
Printer p)
JetScope
printScopeStructure in interface JetScopeprintScopeStructure in class JetScopeImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||