Uses of Class
org.immutables.generator.PostprocessingMachine.State
-
Packages that use PostprocessingMachine.State Package Description org.immutables.generator -
-
Uses of PostprocessingMachine.State in org.immutables.generator
Fields in org.immutables.generator declared as PostprocessingMachine.State Modifier and Type Field Description private static PostprocessingMachine.State[]PostprocessingMachine.FiniteStateMachine. finalStateMethods in org.immutables.generator that return PostprocessingMachine.State Modifier and Type Method Description (package private) PostprocessingMachine.StatePostprocessingMachine.FiniteStateMachine. nextChar(char c)(package private) PostprocessingMachine.StatePostprocessingMachine.State. or(PostprocessingMachine.State state)static PostprocessingMachine.StatePostprocessingMachine.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PostprocessingMachine.State[]PostprocessingMachine.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.generator with parameters of type PostprocessingMachine.State Modifier and Type Method Description (package private) PostprocessingMachine.StatePostprocessingMachine.State. or(PostprocessingMachine.State state)
-