|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uk.co.badgersinfoil.jactionscript.analysis.StackInfo
A stack of Operand objects.
| Constructor Summary | |
StackInfo()
|
|
| Method Summary | |
void |
invalidate()
|
Operand |
peek()
|
Operand |
pop()
|
void |
push(Operand entry)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StackInfo()
| Method Detail |
public void push(Operand entry)
public Operand pop()
public Operand peek()
public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||