Uses of Class
org.immutables.generator.processor.ImmutableTrees.TextLine.Builder
-
Packages that use ImmutableTrees.TextLine.Builder Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.TextLine.Builder in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TextLine.Builder Modifier and Type Method Description static ImmutableTrees.TextLine.BuilderImmutableTrees.TextLine. builder()Creates a builder forTextLine.ImmutableTrees.TextLine.BuilderImmutableTrees.TextLine.Builder. fragment(Trees.TextFragment fragment)Initializes the value for thefragmentattribute.ImmutableTrees.TextLine.BuilderImmutableTrees.TextLine.Builder. from(Trees.TextLine instance)Fill a builder with attribute values from the providedTextLineinstance.ImmutableTrees.TextLine.BuilderImmutableTrees.TextLine.Builder. newline(boolean newline)Initializes the value for thenewlineattribute.Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.TextLine.Builder Constructor Description TextLine(ImmutableTrees.TextLine.Builder builder)
-