Uses of Class
jflex.state.StateSetEnumerator
-
Packages that use StateSetEnumerator Package Description jflex.core jflex.state -
-
Uses of StateSetEnumerator in jflex.core
Fields in jflex.core declared as StateSetEnumerator Modifier and Type Field Description private StateSetEnumeratorNFA. statesMethods in jflex.core that return StateSetEnumerator Modifier and Type Method Description StateSetEnumeratorNFA. states() -
Uses of StateSetEnumerator in jflex.state
Methods in jflex.state that return StateSetEnumerator Modifier and Type Method Description StateSetEnumeratorStateSet. states()Construct an enumerator for this set.
-