Uses of Class
JFlex.StateSet

Packages that use StateSet
JFlex   
 

Uses of StateSet in JFlex
 

Fields in JFlex declared as StateSet
static StateSet StateSet.EMPTY
           
(package private)  StateSet[] NFA.epsilon
           
(package private)  StateSet[][] NFA.table
           
 

Methods in JFlex that return StateSet
 StateSet StateSet.complement(StateSet set)
          Returns the set of elements that contained are in the specified set but are not contained in this set.
 StateSet StateSet.copy()
           
 

Methods in JFlex with parameters of type StateSet
 void StateSet.add(StateSet set)
           
 StateSet StateSet.complement(StateSet set)
          Returns the set of elements that contained are in the specified set but are not contained in this set.
 boolean StateSet.containsSet(StateSet set)
           
 void StateSet.copy(StateSet set)
           
 void StateSetEnumerator.reset(StateSet states)
           
 

Constructors in JFlex with parameters of type StateSet
StateSet(StateSet set)
           
StateSetEnumerator(StateSet states)