|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.code.Scope.Entry
public static class Scope.Entry
A class for scope entries.
| Field Summary | |
|---|---|
Scope |
scope
The entry's scope. |
private Scope.Entry |
shadowed
An entry with the same hash code, or sentinel. |
Scope.Entry |
sibling
Next entry in same scope. |
Symbol |
sym
The referenced symbol. |
| Constructor Summary | |
|---|---|
Scope.Entry(Symbol sym,
Scope.Entry shadowed,
Scope.Entry sibling,
Scope scope)
|
|
| Method Summary | |
|---|---|
Scope |
getOrigin()
|
Scope.Entry |
next()
Return next entry with the same name as this entry, proceeding outwards if not found in this scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Symbol sym
private Scope.Entry shadowed
public Scope.Entry sibling
public Scope scope
| Constructor Detail |
|---|
public Scope.Entry(Symbol sym,
Scope.Entry shadowed,
Scope.Entry sibling,
Scope scope)
| Method Detail |
|---|
public Scope.Entry next()
public Scope getOrigin()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||