Uses of Class
org.immutables.generator.processor.ImmutableTrees.Template
-
Packages that use ImmutableTrees.Template Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.Template in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.Template Modifier and Type Field Description private ImmutableTrees.TemplateInliner.InlinedStatementCreator. inlinableprivate ImmutableTrees.TemplateBalancing.TemplateScope. templateMethods in org.immutables.generator.processor that return ImmutableTrees.Template Modifier and Type Method Description (package private) ImmutableTrees.TemplateBalancing.TemplateScope. balance()ImmutableTrees.TemplateImmutableTrees.Template.Builder. build()Builds a newTemplate.static ImmutableTrees.TemplateImmutableTrees.Template. copyOf(Trees.Template instance)Creates an immutable copy of aTrees.Templatevalue.(package private) ImmutableTrees.TemplateBalancing.TemplateScope. createPart()ImmutableTrees.TemplateInliner.Finder. toTemplate(ImmutableTrees.Template value)ImmutableTrees.TemplateSpacing. toTemplate(ImmutableTrees.Template template)ImmutableTrees.TemplateTemplateWriter. toTemplate(ImmutableTrees.Template template)ImmutableTrees.TemplateTreesTransformer. toTemplate(ImmutableTrees.Template value)ImmutableTrees.TemplateTypeResolver.Transformer. toTemplate(ImmutableTrees.Template template)Overriden to specify order in which we process declaration first, and then parts.ImmutableTrees.TemplateImmutableTrees.Template. withDeclaration(Trees.InvokableDeclaration value)Copy the current immutable object by setting a value for thedeclarationattribute.ImmutableTrees.TemplateImmutableTrees.Template. withIsPublic(boolean value)Copy the current immutable object by setting a value for theisPublicattribute.ImmutableTrees.TemplateImmutableTrees.Template. withParts(java.lang.Iterable<? extends Trees.TemplatePart> elements)Copy the current immutable object with elements that replace the content ofparts.ImmutableTrees.TemplateImmutableTrees.Template. withParts(Trees.TemplatePart... elements)Copy the current immutable object with elements that replace the content ofparts.Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.Template Constructor Description InlinedStatementCreator(ImmutableTrees.Template inlinable)TemplateScope(ImmutableTrees.Template template)
-