Package jflex.dfa
Class DeprecatedDfa
java.lang.Object
jflex.dfa.DFA
jflex.dfa.DeprecatedDfa
Deprecated.
Deprecated DFA class, only used for testing.
-
Field Summary
-
Method Summary
Methods inherited from class jflex.dfa.DFA
action, addTransition, checkActions, entryState, equals, hashCode, isFinal, isMinimized, lookaheadUsed, minimize, numInput, numLexStates, numStates, setAction, setEntryState, setFinal, table, toString, toString, writeDot
-
Method Details
-
old_minimize
Deprecated.UseDFA.minimize()
instead.Much simpler, but slower and less memory efficient minimization algorithm thanDFA.minimize()
.This implementation is only useful for testing.
- Returns:
- the equivalence relation on states.
-
copyOf
Deprecated.
-
DFA.minimize()
instead.