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