Uses of Class
org.immutables.generator.processor.ImmutableTrees.Invoke
Packages that use ImmutableTrees.Invoke
-
Uses of ImmutableTrees.Invoke in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.InvokeModifier and TypeFieldDescriptionprivate final ImmutableTrees.InvokeBalancing.InvokeScope.directiveMethods in org.immutables.generator.processor that return ImmutableTrees.InvokeModifier and TypeMethodDescriptionImmutableTrees.Invoke.Builder.build()Builds a newInvoke.static ImmutableTrees.InvokeImmutableTrees.Invoke.copyOf(Trees.Invoke instance) Creates an immutable copy of aTrees.Invokevalue.TreesTransformer.toInvoke(ImmutableTrees.Invoke value) final ImmutableTrees.InvokeImmutableTrees.Invoke.withAccess(Trees.AccessExpression value) Copy the current immutable object by setting a value for theaccessattribute.final ImmutableTrees.InvokeImmutableTrees.Invoke.withInvoke(com.google.common.base.Optional<? extends Trees.ApplyExpression> optional) Copy the current immutable object by setting an optional value for theinvokeattribute.final ImmutableTrees.InvokeImmutableTrees.Invoke.withInvoke(Trees.ApplyExpression value) Copy the current immutable object by setting a present value for the optionalinvokeattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.InvokeModifier and TypeMethodDescriptionprotected Trees.AccessExpressionTreesTransformer.asInvokeAccess(ImmutableTrees.Invoke value, Trees.AccessExpression attribute) protected Trees.ApplyExpressionTreesTransformer.asInvokeInvoke(ImmutableTrees.Invoke value, Trees.ApplyExpression attribute) protected com.google.common.base.Optional<Trees.ApplyExpression> TreesTransformer.asInvokeInvokeOptional(ImmutableTrees.Invoke value, com.google.common.base.Optional<Trees.ApplyExpression> optional) protected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.Invoke value) private booleanImmutableTrees.Invoke.equalTo(int synthetic, ImmutableTrees.Invoke another) TreesTransformer.toInvoke(ImmutableTrees.Invoke value) Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.InvokeModifierConstructorDescription(package private)InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive)