Public Member Functions

antlr.collections.Stack Interface Reference

Inheritance diagram for antlr.collections.Stack:
antlr.collections.impl.LList

List of all members.

Public Member Functions

int height ()
Object pop () throws NoSuchElementException
void push (Object o)
Object top () throws NoSuchElementException

Detailed Description

A simple stack definition; restrictive in that you cannot access arbitrary stack elements.

Author:
Terence Parr MageLang Institute

Member Function Documentation

int antlr.collections.Stack.height (  ) 
Object antlr.collections.Stack.top (  )  throws NoSuchElementException

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties