[all packages] [package net.sf.pizzacompiler.util] [class hierarchy] [index]

pure interface of class net.sf.pizzacompiler.util.Stack<A>

The documentated page.
public class Stack<A>
  implements java.io.Serializable
{
    public Stack();
    public boolean isEmpty();
    public void push(A elem);
    public A pop()
      throws IndexOutOfBoundsException;
    public A top()
      throws IndexOutOfBoundsException;
}

[all packages] [package net.sf.pizzacompiler.util] [class hierarchy] [index]
net.sf.pizzacompiler.util.Stack.interface.html