Uses of Interface
org.immutables.generator.processor.Trees.ApplyExpression
-
Packages that use Trees.ApplyExpression Package Description org.immutables.generator.processor -
-
Uses of Trees.ApplyExpression in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.ApplyExpression Modifier and Type Class Description static classImmutableTrees.ApplyExpressionImmutable implementation ofTrees.ApplyExpression.Fields in org.immutables.generator.processor with type parameters of type Trees.ApplyExpression Modifier and Type Field Description private com.google.common.base.Optional<Trees.ApplyExpression>ImmutableTrees.Invoke.Builder. invokeprivate com.google.common.base.Optional<Trees.ApplyExpression>ImmutableTrees.Invoke. invokeMethods in org.immutables.generator.processor that return Trees.ApplyExpression Modifier and Type Method Description protected Trees.ApplyExpressionTreesTransformer. asApplyExpression(ImmutableTrees.ApplyExpression value)protected Trees.ApplyExpressionTreesTransformer. asInvokeInvoke(ImmutableTrees.Invoke value, Trees.ApplyExpression attribute)Methods in org.immutables.generator.processor that return types with arguments of type Trees.ApplyExpression Modifier and Type Method Description protected com.google.common.base.Optional<Trees.ApplyExpression>TreesTransformer. asInvokeInvokeOptional(ImmutableTrees.Invoke value, com.google.common.base.Optional<Trees.ApplyExpression> optional)static Extractions.Extractor<Trees.ApplyExpression>TreesAst.ApplyExpression. build()com.google.common.base.Optional<Trees.ApplyExpression>ImmutableTrees.Invoke. invoke()com.google.common.base.Optional<Trees.ApplyExpression>Trees.InvokeDeclaration. invoke()Methods in org.immutables.generator.processor with parameters of type Trees.ApplyExpression Modifier and Type Method Description protected Trees.ApplyExpressionTreesTransformer. asInvokeInvoke(ImmutableTrees.Invoke value, Trees.ApplyExpression attribute)static ImmutableTrees.ApplyExpressionImmutableTrees.ApplyExpression. copyOf(Trees.ApplyExpression instance)Creates an immutable copy of aTrees.ApplyExpressionvalue.ImmutableTrees.ApplyExpression.BuilderImmutableTrees.ApplyExpression.Builder. from(Trees.ApplyExpression instance)Fill a builder with attribute values from the providedApplyExpressioninstance.ImmutableTrees.Invoke.BuilderImmutableTrees.Invoke.Builder. invoke(Trees.ApplyExpression invoke)Initializes the optional valueinvoketo invoke.ImmutableTrees.InvokeImmutableTrees.Invoke. withInvoke(Trees.ApplyExpression value)Copy the current immutable object by setting a present value for the optionalinvokeattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.ApplyExpression Modifier and Type Method Description protected com.google.common.base.Optional<Trees.ApplyExpression>TreesTransformer. asInvokeInvokeOptional(ImmutableTrees.Invoke value, com.google.common.base.Optional<Trees.ApplyExpression> optional)ImmutableTrees.Invoke.BuilderImmutableTrees.Invoke.Builder. invoke(com.google.common.base.Optional<? extends Trees.ApplyExpression> invoke)Initializes the optional valueinvoketo invoke.static Extractions.ApplicatorTreesAst.Invoke. invoke(Extractions.Extractor<? extends Trees.ApplyExpression> invoke)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.Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.ApplyExpression Constructor Description Invoke(Trees.AccessExpression access, com.google.common.base.Optional<Trees.ApplyExpression> invoke)
-