Uses of Class
org.immutables.generator.PostprocessingMachine.ScanAtMost
-
Packages that use PostprocessingMachine.ScanAtMost Package Description org.immutables.generator -
-
Uses of PostprocessingMachine.ScanAtMost in org.immutables.generator
Methods in org.immutables.generator that return PostprocessingMachine.ScanAtMost Modifier and Type Method Description static PostprocessingMachine.ScanAtMostPostprocessingMachine.ScanAtMost. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PostprocessingMachine.ScanAtMost[]PostprocessingMachine.ScanAtMost. 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.ScanAtMost Modifier and Type Method Description private static java.lang.CharSequencePostprocessingMachine. rewrite(java.lang.CharSequence content, PostprocessingMachine.ImportsBuilder importsBuilder, PostprocessingMachine.ScanAtMost scanAtMost)
-