Uses of Interface
org.immutables.generator.processor.Trees.TypeReference
-
Packages that use Trees.TypeReference Package Description org.immutables.generator.processor -
-
Uses of Trees.TypeReference in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.TypeReference Modifier and Type Class Description static classImmutableTrees.ResolvedTypeImmutable implementation ofTrees.ResolvedType.static classImmutableTrees.TypeDeclarationImmutable implementation ofTrees.TypeDeclaration.static classTrees.ResolvedTypestatic classTrees.TypeDeclarationFields in org.immutables.generator.processor declared as Trees.TypeReference Modifier and Type Field Description private Trees.TypeReferenceImmutableTrees.Parameter.Builder. typeprivate Trees.TypeReferenceImmutableTrees.Parameter. typeFields in org.immutables.generator.processor with type parameters of type Trees.TypeReference Modifier and Type Field Description private com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration.Builder. containedTypeprivate com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration. containedTypeprivate com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration.Builder. typeprivate com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration. typeMethods in org.immutables.generator.processor that return types with arguments of type Trees.TypeReference Modifier and Type Method Description protected com.google.common.base.Optional<Trees.TypeReference>TreesTransformer. asValueDeclarationContainedTypeOptional(ImmutableTrees.ValueDeclaration value, com.google.common.base.Optional<Trees.TypeReference> optional)protected com.google.common.base.Optional<Trees.TypeReference>TreesTransformer. asValueDeclarationTypeOptional(ImmutableTrees.ValueDeclaration value, com.google.common.base.Optional<Trees.TypeReference> optional)com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration. containedType()com.google.common.base.Optional<Trees.TypeReference>Trees.ValueDeclaration. containedType()com.google.common.base.Optional<Trees.TypeReference>ImmutableTrees.ValueDeclaration. type()com.google.common.base.Optional<Trees.TypeReference>Trees.ValueDeclaration. type()Methods in org.immutables.generator.processor with parameters of type Trees.TypeReference Modifier and Type Method Description protected Trees.TypeReferenceTreesTransformer. asParameterType(ImmutableTrees.Parameter value, Trees.TypeReference attribute)protected Trees.TypeReferenceTreesTransformer. asValueDeclarationContainedType(ImmutableTrees.ValueDeclaration value, Trees.TypeReference attribute)protected Trees.TypeReferenceTreesTransformer. asValueDeclarationType(ImmutableTrees.ValueDeclaration value, Trees.TypeReference attribute)ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. containedType(Trees.TypeReference containedType)Initializes the optional valuecontainedTypeto containedType.private Trees.TypeReferenceTypeResolver.Scope. resolveDeclared(Trees.TypeReference typeReference, Trees.Identifier name)private javax.lang.model.type.TypeMirrorTypeResolver.Scope. resolveType(Trees.TypeReference typeReference, boolean wrapIterable)ImmutableTrees.Parameter.BuilderImmutableTrees.Parameter.Builder. type(Trees.TypeReference type)Initializes the value for thetypeattribute.ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. type(Trees.TypeReference type)Initializes the optional valuetypeto type.ImmutableTrees.ValueDeclarationImmutableTrees.ValueDeclaration. withContainedType(Trees.TypeReference value)Copy the current immutable object by setting a present value for the optionalcontainedTypeattribute.Trees.ValueDeclarationTrees.ValueDeclaration. withContainedType(Trees.TypeReference reference)ImmutableTrees.ParameterImmutableTrees.Parameter. withType(Trees.TypeReference value)Copy the current immutable object by setting a value for thetypeattribute.ImmutableTrees.ValueDeclarationImmutableTrees.ValueDeclaration. withType(Trees.TypeReference value)Copy the current immutable object by setting a present value for the optionaltypeattribute.Trees.ValueDeclarationTrees.ValueDeclaration. withType(Trees.TypeReference reference)Method parameters in org.immutables.generator.processor with type arguments of type Trees.TypeReference Modifier and Type Method Description protected com.google.common.base.Optional<Trees.TypeReference>TreesTransformer. asValueDeclarationContainedTypeOptional(ImmutableTrees.ValueDeclaration value, com.google.common.base.Optional<Trees.TypeReference> optional)protected com.google.common.base.Optional<Trees.TypeReference>TreesTransformer. asValueDeclarationTypeOptional(ImmutableTrees.ValueDeclaration value, com.google.common.base.Optional<Trees.TypeReference> optional)ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. containedType(com.google.common.base.Optional<? extends Trees.TypeReference> containedType)Initializes the optional valuecontainedTypeto containedType.static Extractions.ApplicatorTreesAst.ValueDeclaration. containedType(Extractions.Extractor<? extends Trees.TypeReference> containedType)ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. type(com.google.common.base.Optional<? extends Trees.TypeReference> type)Initializes the optional valuetypeto type.static Extractions.ApplicatorTreesAst.Parameter. type(Extractions.Extractor<Trees.TypeReference> type)static Extractions.ApplicatorTreesAst.ValueDeclaration. type(Extractions.Extractor<? extends Trees.TypeReference> type)ImmutableTrees.ValueDeclarationImmutableTrees.ValueDeclaration. withContainedType(com.google.common.base.Optional<? extends Trees.TypeReference> optional)Copy the current immutable object by setting an optional value for thecontainedTypeattribute.ImmutableTrees.ValueDeclarationImmutableTrees.ValueDeclaration. withType(com.google.common.base.Optional<? extends Trees.TypeReference> optional)Copy the current immutable object by setting an optional value for thetypeattribute.Constructors in org.immutables.generator.processor with parameters of type Trees.TypeReference Constructor Description Parameter(Trees.Identifier name, Trees.TypeReference type)Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.TypeReference Constructor Description ValueDeclaration(Trees.Identifier name, com.google.common.base.Optional<Trees.TypeReference> type, com.google.common.base.Optional<Trees.TypeReference> containedType)
-