Uses of Class
org.immutables.generator.processor.Trees.TypeDeclaration.Kind
-
Packages that use Trees.TypeDeclaration.Kind Package Description org.immutables.generator.processor -
-
Uses of Trees.TypeDeclaration.Kind in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as Trees.TypeDeclaration.Kind Modifier and Type Field Description private Trees.TypeDeclaration.KindImmutableTrees.TypeDeclaration.Builder. kindprivate Trees.TypeDeclaration.KindImmutableTrees.TypeDeclaration. kindMethods in org.immutables.generator.processor that return Trees.TypeDeclaration.Kind Modifier and Type Method Description protected Trees.TypeDeclaration.KindTreesTransformer. asTypeDeclarationKind(ImmutableTrees.TypeDeclaration value, Trees.TypeDeclaration.Kind attribute)Trees.TypeDeclaration.KindImmutableTrees.TypeDeclaration. kind()Trees.TypeDeclaration.KindTrees.TypeDeclaration. kind()static Trees.TypeDeclaration.KindTrees.TypeDeclaration.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Trees.TypeDeclaration.Kind[]Trees.TypeDeclaration.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.generator.processor with parameters of type Trees.TypeDeclaration.Kind Modifier and Type Method Description protected Trees.TypeDeclaration.KindTreesTransformer. asTypeDeclarationKind(ImmutableTrees.TypeDeclaration value, Trees.TypeDeclaration.Kind attribute)ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration.Builder. kind(Trees.TypeDeclaration.Kind kind)Initializes the value for thekindattribute.static Extractions.ApplicatorTreesAst.TypeDeclaration. kind(Trees.TypeDeclaration.Kind value)ImmutableTrees.TypeDeclarationImmutableTrees.TypeDeclaration. withKind(Trees.TypeDeclaration.Kind value)Copy the current immutable object by setting a value for thekindattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.TypeDeclaration.Kind Modifier and Type Method Description static Extractions.ApplicatorTreesAst.TypeDeclaration. kind(Extractions.Extractor<Trees.TypeDeclaration.Kind> kind)Constructors in org.immutables.generator.processor with parameters of type Trees.TypeDeclaration.Kind Constructor Description TypeDeclaration(Trees.TypeIdentifier type, Trees.TypeDeclaration.Kind kind)
-