Uses of Class
org.immutables.generator.processor.ImmutableTrees.TextLine
Packages that use ImmutableTrees.TextLine
-
Uses of ImmutableTrees.TextLine in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TextLineModifier and TypeMethodDescriptionImmutableTrees.TextLine.Builder.build()Builds a newTextLine.static ImmutableTrees.TextLineImmutableTrees.TextLine.copyOf(Trees.TextLine instance) Creates an immutable copy of aTrees.TextLinevalue.Inliner.Finder.toTextLine(ImmutableTrees.TextLine value) TemplateWriter.toTextLine(ImmutableTrees.TextLine line) TreesTransformer.toTextLine(ImmutableTrees.TextLine value) final ImmutableTrees.TextLineImmutableTrees.TextLine.withFragment(Trees.TextFragment value) Copy the current immutable object by setting a value for thefragmentattribute.final ImmutableTrees.TextLineImmutableTrees.TextLine.withNewline(boolean value) Copy the current immutable object by setting a value for thenewlineattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.TextLineModifier and TypeMethodDescriptionprotected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.TextLine value) protected Trees.TextFragmentTreesTransformer.asTextLineFragment(ImmutableTrees.TextLine value, Trees.TextFragment attribute) protected booleanTreesTransformer.asTextLineNewline(ImmutableTrees.TextLine value, boolean attribute) private booleanImmutableTrees.TextLine.equalTo(int synthetic, ImmutableTrees.TextLine another) Inliner.Finder.toTextLine(ImmutableTrees.TextLine value) TemplateWriter.toTextLine(ImmutableTrees.TextLine line) TreesTransformer.toTextLine(ImmutableTrees.TextLine value)