Uses of Class
org.immutables.generator.processor.ImmutableTrees.TypeDeclaration.Builder
-
Packages that use ImmutableTrees.TypeDeclaration.Builder Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.TypeDeclaration.Builder in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TypeDeclaration.Builder Modifier and Type Method Description static ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration. builder()Creates a builder forTypeDeclaration.ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration.Builder. from(Trees.TypeDeclaration instance)Fill a builder with attribute values from the providedTypeDeclarationinstance.ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration.Builder. kind(Trees.TypeDeclaration.Kind kind)Initializes the value for thekindattribute.ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration.Builder. type(Trees.TypeIdentifier type)Initializes the value for thetypeattribute.Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.TypeDeclaration.Builder Constructor Description TypeDeclaration(ImmutableTrees.TypeDeclaration.Builder builder)
-