org.cheffo.jeplite.util
Class SimpleNodeStack

java.lang.Object
  |
  +--org.cheffo.jeplite.util.SimpleNodeStack

public class SimpleNodeStack
extends java.lang.Object


Field Summary
static int instances
           
 
Constructor Summary
SimpleNodeStack()
           
SimpleNodeStack(int stackDepth)
           
 
Method Summary
 SimpleNode elementAt(int index)
           
 boolean isEmpty()
           
 SimpleNode peek()
           
 SimpleNode pop()
           
 void push(SimpleNode what)
           
 void removeAllElements()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instances

public static int instances
Constructor Detail

SimpleNodeStack

public SimpleNodeStack()

SimpleNodeStack

public SimpleNodeStack(int stackDepth)
Method Detail

peek

public final SimpleNode peek()

pop

public final SimpleNode pop()

push

public final void push(SimpleNode what)

isEmpty

public final boolean isEmpty()

size

public final int size()

elementAt

public final SimpleNode elementAt(int index)

removeAllElements

public final void removeAllElements()