Uses of Class
org.immutables.generator.processor.ImmutableTrees.Let
-
Packages that use ImmutableTrees.Let Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.Let in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.Let Modifier and Type Field Description private ImmutableTrees.LetBalancing.LetScope. directiveMethods in org.immutables.generator.processor that return ImmutableTrees.Let Modifier and Type Method Description ImmutableTrees.LetImmutableTrees.Let.Builder. build()Builds a newLet.static ImmutableTrees.LetImmutableTrees.Let. copyOf(Trees.Let instance)Creates an immutable copy of aTrees.Letvalue.ImmutableTrees.LetTreesTransformer. toLet(ImmutableTrees.Let value)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.Let Modifier and Type Method Description protected 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)ImmutableTrees.LetTreesTransformer. toLet(ImmutableTrees.Let value)Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.Let Constructor Description LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)
-