anvil.script.parser
Class NodeStack

java.lang.Object
  |
  +--anvil.script.parser.NodeStack

public class NodeStack
extends java.lang.Object


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

NodeStack

public NodeStack()
Method Detail

push

public void push(Node node)

pop

public Node pop()

peek

public Node peek()

empty

public boolean empty()

clear

public void clear()

size

public int size()

rewind

public void rewind(int toSize)