Uses of Enum
org.immutables.generator.PostprocessingMachine.State
Packages that use PostprocessingMachine.State
-
Uses of PostprocessingMachine.State in org.immutables.generator
Fields in org.immutables.generator declared as PostprocessingMachine.StateModifier and TypeFieldDescriptionprivate static final PostprocessingMachine.State[]PostprocessingMachine.FiniteStateMachine.finalStateMethods in org.immutables.generator that return PostprocessingMachine.StateModifier and TypeMethodDescription(package private) PostprocessingMachine.StatePostprocessingMachine.FiniteStateMachine.nextChar(char c) (package private) PostprocessingMachine.StatePostprocessingMachine.State.or(PostprocessingMachine.State state) static PostprocessingMachine.StateReturns 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.StateModifier and TypeMethodDescription(package private) PostprocessingMachine.StatePostprocessingMachine.State.or(PostprocessingMachine.State state)