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