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