Uses of Class
org.immutables.generator.processor.Trees.TypeIdentifier
-
Packages that use Trees.TypeIdentifier Package Description org.immutables.generator.processor -
-
Uses of Trees.TypeIdentifier in org.immutables.generator.processor
Subclasses of Trees.TypeIdentifier in org.immutables.generator.processor Modifier and Type Class Description static classImmutableTrees.TypeIdentifierImmutable implementation ofTrees.TypeIdentifier.Fields in org.immutables.generator.processor declared as Trees.TypeIdentifier Modifier and Type Field Description private Trees.TypeIdentifierImmutableTrees.TypeDeclaration.Builder. typeprivate Trees.TypeIdentifierImmutableTrees.TypeDeclaration. typeMethods in org.immutables.generator.processor that return Trees.TypeIdentifier Modifier and Type Method Description protected Trees.TypeIdentifierTreesTransformer. asTypeDeclarationType(ImmutableTrees.TypeDeclaration value, Trees.TypeIdentifier attribute)protected Trees.TypeIdentifierTreesTransformer. asTypeIdentifier(ImmutableTrees.TypeIdentifier value)Trees.TypeIdentifierImmutableTrees.TypeDeclaration. type()abstract Trees.TypeIdentifierTrees.TypeDeclaration. type()Methods in org.immutables.generator.processor that return types with arguments of type Trees.TypeIdentifier Modifier and Type Method Description static Extractions.Extractor<Trees.TypeIdentifier>TreesAst.TypeIdentifier. of()static Extractions.Extractor<Trees.TypeIdentifier>TreesAst.TypeIdentifier. of(Extractions.Extractor<java.lang.String> value)Methods in org.immutables.generator.processor with parameters of type Trees.TypeIdentifier Modifier and Type Method Description protected Trees.TypeIdentifierTreesTransformer. asTypeDeclarationType(ImmutableTrees.TypeDeclaration value, Trees.TypeIdentifier attribute)static ImmutableTrees.TypeIdentifierImmutableTrees.TypeIdentifier. copyOf(Trees.TypeIdentifier instance)Creates an immutable copy of aTrees.TypeIdentifiervalue.ImmutableTrees.TypeDeclaration.BuilderImmutableTrees.TypeDeclaration.Builder. type(Trees.TypeIdentifier type)Initializes the value for thetypeattribute.ImmutableTrees.TypeDeclarationImmutableTrees.TypeDeclaration. withType(Trees.TypeIdentifier value)Copy the current immutable object by setting a value for thetypeattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.TypeIdentifier Modifier and Type Method Description static Extractions.ApplicatorTreesAst.TypeDeclaration. type(Extractions.Extractor<Trees.TypeIdentifier> type)Constructors in org.immutables.generator.processor with parameters of type Trees.TypeIdentifier Constructor Description TypeDeclaration(Trees.TypeIdentifier type, Trees.TypeDeclaration.Kind kind)
-