antlr.collections.impl
final class LLEnumeration extends Object implements Enumeration
| Field Summary | |
|---|---|
| LLCell | cursor |
| LList | list |
| Constructor Summary | |
|---|---|
| LLEnumeration(LList l) Create an enumeration attached to a LList | |
| Method Summary | |
|---|---|
| boolean | hasMoreElements() Return true/false depending on whether there are more
elements to enumerate. |
| Object | nextElement() Get the next element in the enumeration. |
Returns: the next object in the enumeration.