|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.javac.code.Scope
com.sun.tools.javac.code.Scope.ImportScope
public static class Scope.ImportScope
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.tools.javac.code.Scope |
---|
Scope.DelegatedScope, Scope.Entry, Scope.ErrorScope, Scope.ImportScope |
Field Summary |
---|
Fields inherited from class com.sun.tools.javac.code.Scope |
---|
elems, emptyScope, nelems, next, owner, table |
Constructor Summary | |
---|---|
Scope.ImportScope(Symbol owner)
|
Method Summary | |
---|---|
Scope.Entry |
lookup(Name name)
Return the entry associated with given name, starting in this scope and proceeding outwards. |
Methods inherited from class com.sun.tools.javac.code.Scope |
---|
dup, dup, dupUnshared, enter, enter, enter, enterIfAbsent, getElements, includes, leave, remove, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Scope.ImportScope(Symbol owner)
Method Detail |
---|
public Scope.Entry lookup(Name name)
Scope
lookup
in class Scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |