Uses of Class
org.immutables.generator.processor.ImmutableTrees.TransformGenerator.Builder
Packages that use ImmutableTrees.TransformGenerator.Builder
-
Uses of ImmutableTrees.TransformGenerator.Builder in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TransformGenerator.BuilderModifier and TypeMethodDescriptionImmutableTrees.TransformGenerator.builder()Creates a builder forTransformGenerator.ImmutableTrees.TransformGenerator.Builder.condition(com.google.common.base.Optional<? extends Trees.Expression> condition) Initializes the optional valueconditionto condition.ImmutableTrees.TransformGenerator.Builder.condition(Trees.Expression condition) Initializes the optional valueconditionto condition.ImmutableTrees.TransformGenerator.Builder.declaration(Trees.ValueDeclaration declaration) Initializes the value for thedeclarationattribute.ImmutableTrees.TransformGenerator.Builder.from(Trees.Expression from) Initializes the value for thefromattribute.ImmutableTrees.TransformGenerator.Builder.transform(Trees.Expression transform) Initializes the value for thetransformattribute.ImmutableTrees.TransformGenerator.Builder.varDeclaration(Trees.ValueDeclaration varDeclaration) Initializes the value for thevarDeclarationattribute.