|
|||||||||
| 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 | |
|---|---|
(package private) static class |
Scope.ImportScope.ImportEntry
|
| 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, hashMask, level, 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. |
(package private) Scope.Entry |
makeEntry(Symbol sym,
Scope.Entry shadowed,
Scope.Entry sibling,
Scope scope,
Scope origin)
|
| Methods inherited from class com.sun.tools.javac.code.Scope |
|---|
dup, dup, dupUnshared, enter, enter, enter, enterIfAbsent, getElements, getLevel, 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 |
|---|
Scope.Entry makeEntry(Symbol sym,
Scope.Entry shadowed,
Scope.Entry sibling,
Scope scope,
Scope origin)
makeEntry in class Scopepublic 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 | ||||||||