|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJFlex.StateSetEnumerator
public final class StateSetEnumerator
Enumerates the states of a StateSet.
| 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateSetEnumerator()
public StateSetEnumerator(StateSet states)
| Method Detail |
|---|
public void reset(StateSet states)
public boolean hasMoreElements()
public int nextElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||