Package antlr.collections
Interface List
- All Known Implementing Classes:
LList
public interface List
A simple List interface that describes operations
on a list.
-
Method Summary
-
Method Details
-
add
-
append
-
elementAt
- Throws:
NoSuchElementException
-
elements
Enumeration elements() -
includes
-
length
int length()
-