Uses of Class
org.immutables.generator.processor.ImmutableTrees.Let
Packages that use ImmutableTrees.Let
-
Uses of ImmutableTrees.Let in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.LetMethods in org.immutables.generator.processor that return ImmutableTrees.LetModifier and TypeMethodDescriptionImmutableTrees.Let.Builder.build()Builds a newLet.static ImmutableTrees.LetCreates an immutable copy of aTrees.Letvalue.TreesTransformer.toLet(ImmutableTrees.Let value) final ImmutableTrees.LetImmutableTrees.Let.withDeclaration(Trees.InvokableDeclaration value) Copy the current immutable object by setting a value for thedeclarationattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.LetModifier and TypeMethodDescriptionprotected Trees.InvokableDeclarationTreesTransformer.asLetDeclaration(ImmutableTrees.Let value, Trees.InvokableDeclaration attribute) protected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.Let value) private booleanImmutableTrees.Let.equalTo(int synthetic, ImmutableTrees.Let another) TreesTransformer.toLet(ImmutableTrees.Let value) Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.LetModifierConstructorDescription(package private)LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)