antlr.collections
Interface Stack
public
interface
Stack
A simple stack definition; restrictive in that you cannot
access arbitrary stack elements.
Author: Terence Parr
MageLang Institute
public int height()
public Object pop()
public void push(Object o)
public Object top()