Uses of Class
org.immutables.generator.processor.ImmutableTrees.TypeDeclaration
-
Packages that use ImmutableTrees.TypeDeclaration Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.TypeDeclaration in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TypeDeclaration Modifier and Type Method Description ImmutableTrees.TypeDeclarationImmutableTrees.TypeDeclaration.Builder. build()Builds a newTypeDeclaration.static ImmutableTrees.TypeDeclarationImmutableTrees.TypeDeclaration. copyOf(Trees.TypeDeclaration instance)Creates an immutable copy of aTrees.TypeDeclarationvalue.ImmutableTrees.TypeDeclarationTreesTransformer. toTypeDeclaration(ImmutableTrees.TypeDeclaration value)ImmutableTrees.TypeDeclarationImmutableTrees.TypeDeclaration. withKind(Trees.TypeDeclaration.Kind value)Copy the current immutable object by setting a value for thekindattribute.ImmutableTrees.TypeDeclarationImmutableTrees.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.TypeDeclaration Modifier and Type Method Description protected 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)ImmutableTrees.TypeDeclarationTreesTransformer. toTypeDeclaration(ImmutableTrees.TypeDeclaration value)
-