Uses of Class
org.immutables.generator.processor.ImmutableTrees.TypeDeclaration
Packages that use ImmutableTrees.TypeDeclaration
-
Uses of ImmutableTrees.TypeDeclaration in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TypeDeclarationModifier and TypeMethodDescriptionImmutableTrees.TypeDeclaration.Builder.build()Builds a newTypeDeclaration.ImmutableTrees.TypeDeclaration.copyOf(Trees.TypeDeclaration instance) Creates an immutable copy of aTrees.TypeDeclarationvalue.TreesTransformer.toTypeDeclaration(ImmutableTrees.TypeDeclaration value) ImmutableTrees.TypeDeclaration.withKind(Trees.TypeDeclaration.Kind value) Copy the current immutable object by setting a value for thekindattribute.ImmutableTrees.TypeDeclaration.withType(Trees.TypeIdentifier value) Copy the current immutable object by setting a value for thetypeattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.TypeDeclarationModifier and TypeMethodDescriptionprotected Trees.TypeDeclaration.KindTreesTransformer.asTypeDeclarationKind(ImmutableTrees.TypeDeclaration value, Trees.TypeDeclaration.Kind attribute) protected Trees.TypeIdentifierTreesTransformer.asTypeDeclarationType(ImmutableTrees.TypeDeclaration value, Trees.TypeIdentifier attribute) protected Trees.TypeReferenceTreesTransformer.asTypeReference(ImmutableTrees.TypeDeclaration value) private booleanImmutableTrees.TypeDeclaration.equalTo(int synthetic, ImmutableTrees.TypeDeclaration another) TreesTransformer.toTypeDeclaration(ImmutableTrees.TypeDeclaration value)