Uses of Class
org.immutables.generator.processor.ImmutableTrees.TextLine
-
Packages that use ImmutableTrees.TextLine Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.TextLine in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TextLine Modifier and Type Method Description ImmutableTrees.TextLineImmutableTrees.TextLine.Builder. build()Builds a newTextLine.static ImmutableTrees.TextLineImmutableTrees.TextLine. copyOf(Trees.TextLine instance)Creates an immutable copy of aTrees.TextLinevalue.ImmutableTrees.TextLineInliner.Finder. toTextLine(ImmutableTrees.TextLine value)ImmutableTrees.TextLineTemplateWriter. toTextLine(ImmutableTrees.TextLine line)ImmutableTrees.TextLineTreesTransformer. toTextLine(ImmutableTrees.TextLine value)ImmutableTrees.TextLineImmutableTrees.TextLine. withFragment(Trees.TextFragment value)Copy the current immutable object by setting a value for thefragmentattribute.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.TextLine Modifier and Type Method Description protected 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)ImmutableTrees.TextLineInliner.Finder. toTextLine(ImmutableTrees.TextLine value)ImmutableTrees.TextLineTemplateWriter. toTextLine(ImmutableTrees.TextLine line)ImmutableTrees.TextLineTreesTransformer. toTextLine(ImmutableTrees.TextLine value)
-