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 StateSetEnumerator
NFA. states
Methods in jflex.core that return StateSetEnumerator Modifier and Type Method Description StateSetEnumerator
NFA. states()
-
Uses of StateSetEnumerator in jflex.state
Methods in jflex.state that return StateSetEnumerator Modifier and Type Method Description StateSetEnumerator
StateSet. states()
Construct an enumerator for this set.
-