Uses of Class
org.immutables.generator.processor.Trees.TextLine
-
Packages that use Trees.TextLine Package Description org.immutables.generator.processor -
-
Uses of Trees.TextLine in org.immutables.generator.processor
Subclasses of Trees.TextLine in org.immutables.generator.processor Modifier and Type Class Description static classImmutableTrees.TextLineImmutable implementation ofTrees.TextLine.Methods in org.immutables.generator.processor that return types with arguments of type Trees.TextLine Modifier and Type Method Description static Extractions.Extractor<Trees.TextLine>TreesAst.TextLine. build()Methods in org.immutables.generator.processor with parameters of type Trees.TextLine Modifier and Type Method Description static ImmutableTrees.TextLineImmutableTrees.TextLine. copyOf(Trees.TextLine instance)Creates an immutable copy of aTrees.TextLinevalue.ImmutableTrees.TextLine.BuilderImmutableTrees.TextLine.Builder. from(Trees.TextLine instance)Fill a builder with attribute values from the providedTextLineinstance.
-