List of all members.
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: