Uses of Enum Class
qilin.pta.toolkits.turner.DFA.State
Packages that use DFA.State
-
Uses of DFA.State in qilin.pta.toolkits.turner
Methods in qilin.pta.toolkits.turner that return DFA.StateModifier and TypeMethodDescriptionstatic DFA.StateDFA.nextState(DFA.State curr, DFA.TranCond tranCond) static DFA.StateReturns the enum constant of this class with the specified name.static DFA.State[]DFA.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in qilin.pta.toolkits.turner with parameters of type DFA.StateModifier and TypeMethodDescriptionstatic DFA.StateDFA.nextState(DFA.State curr, DFA.TranCond tranCond)