Uses of Class
org.immutables.generator.PostprocessingMachine.ClassNameState
-
Packages that use PostprocessingMachine.ClassNameState Package Description org.immutables.generator -
-
Uses of PostprocessingMachine.ClassNameState in org.immutables.generator
Fields in org.immutables.generator declared as PostprocessingMachine.ClassNameState Modifier and Type Field Description (package private) PostprocessingMachine.ClassNameStatePostprocessingMachine.ClassNameMachine. stateMethods in org.immutables.generator that return PostprocessingMachine.ClassNameState Modifier and Type Method Description static PostprocessingMachine.ClassNameStatePostprocessingMachine.ClassNameState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PostprocessingMachine.ClassNameState[]PostprocessingMachine.ClassNameState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-