Uses of Class
io.xlate.edi.internal.stream.tokenization.State
-
Packages that use State Package Description io.xlate.edi.internal.stream.tokenization -
-
Uses of State in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return State Modifier and Type Method Description StateState. transition(CharacterClass clazz)static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-