JFlex
public final class StateSetEnumerator extends Object
Constructor Summary | |
---|---|
StateSetEnumerator()
creates a new StateSetEnumerator that is not yet associated
with a StateSet. hasMoreElements() and nextElement() will
throw NullPointerException when used before reset() | |
StateSetEnumerator(StateSet states) |
Method Summary | |
---|---|
boolean | hasMoreElements() |
int | nextElement() |
void | reset(StateSet states) |