Uses of Class
jflex.StateSet
Packages that use StateSet
-
Uses of StateSet in jflex
Modifier and TypeFieldDescriptionstatic final StateSetStateSet.EMPTYConstantEMPTY(package private) StateSet[]NFA.epsilonepsilon[current_state] is the set of states that can be reached from current_state via epsilon edges(package private) StateSet[][]NFA.tabletable[current_state][next_char] is the set of states that can be reached from current_state with an input next_charprivate static StateSetNFA.tempStateSetModifier and TypeMethodDescriptionprivate StateSetNFA.closure(int startState) Calculates the epsilon closure for a specified set of states.private StateSetReturns the epsilon closure of a set of statesStateSet.complement(StateSet set) Returns the set of elements that contained are in the specified set but are not contained in this set.StateSet.copy()copy.private StateSetCalculates the set of states that can be reached from another set of statesstartwith an specified input characterinputModifier and TypeMethodDescriptionvoidadd.private StateSetReturns the epsilon closure of a set of statesStateSet.complement(StateSet set) Returns the set of elements that contained are in the specified set but are not contained in this set.private booleanNFA.containsFinal(StateSet set) Returnstrue, iff the specified set of states contains a final state.booleanStateSet.containsSet(StateSet set) containsSet.voidCopy specified StateSet into this.private StateSetCalculates the set of states that can be reached from another set of statesstartwith an specified input characterinputprivate ActionReturns the action with highest priority in the specified set of states.voidreset.ModifierConstructorDescriptionConstructor for StateSet.StateSetEnumerator(StateSet states) Constructor for StateSetEnumerator.