|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.code.Symbol.Level
public static class Symbol.Level
| Field Summary | |
|---|---|
protected List<Symbol.Level> |
parents
|
static int |
UNSET
|
protected int |
value
|
| Constructor Summary | |
|---|---|
Symbol.Level()
|
|
Symbol.Level(int v)
|
|
Symbol.Level(Symbol.Level l)
|
|
| Method Summary | |
|---|---|
void |
addParent(Symbol.Level that)
|
Symbol.Level |
dup()
|
protected int |
findLevel()
|
int |
getLevel()
|
void |
removeParent(Symbol.Level that)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNSET
protected int value
protected List<Symbol.Level> parents
| Constructor Detail |
|---|
public Symbol.Level()
public Symbol.Level(int v)
public Symbol.Level(Symbol.Level l)
| Method Detail |
|---|
public int getLevel()
protected int findLevel()
public void addParent(Symbol.Level that)
public void removeParent(Symbol.Level that)
public Symbol.Level dup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||