|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--anvil.script.parser.NodeStack
| Constructor Summary | |
NodeStack()
|
|
| Method Summary | |
void |
clear()
|
boolean |
empty()
|
Node |
peek()
|
Node |
pop()
|
void |
push(Node node)
|
void |
rewind(int toSize)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeStack()
| Method Detail |
public void push(Node node)
public Node pop()
public Node peek()
public boolean empty()
public void clear()
public int size()
public void rewind(int toSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||