Public Member Functions

antlr.collections.List Interface Reference

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

List of all members.

Public Member Functions

void add (Object o)
void append (Object o)
Object elementAt (int index) throws NoSuchElementException
Enumeration elements ()
boolean includes (Object o)
int length ()

Detailed Description

A simple List interface that describes operations on a list.


Member Function Documentation

void antlr.collections.List.add ( Object  o  ) 
void antlr.collections.List.append ( Object  o  ) 
Object antlr.collections.List.elementAt ( int  index  )  throws NoSuchElementException
Enumeration antlr.collections.List.elements (  ) 
boolean antlr.collections.List.includes ( Object  o  ) 
int antlr.collections.List.length (  ) 

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