Uses of Class
org.immutables.generator.processor.Trees.Identifier
-
Packages that use Trees.Identifier Package Description org.immutables.generator.processor -
-
Uses of Trees.Identifier in org.immutables.generator.processor
Subclasses of Trees.Identifier in org.immutables.generator.processor Modifier and Type Class Description static classImmutableTrees.IdentifierImmutable implementation ofTrees.Identifier.Fields in org.immutables.generator.processor declared as Trees.Identifier Modifier and Type Field Description private Trees.IdentifierImmutableTrees.InvokableDeclaration.Builder. nameprivate Trees.IdentifierImmutableTrees.InvokableDeclaration. nameprivate Trees.IdentifierImmutableTrees.Parameter.Builder. nameprivate Trees.IdentifierImmutableTrees.Parameter. nameprivate Trees.IdentifierImmutableTrees.ValueDeclaration.Builder. nameprivate Trees.IdentifierImmutableTrees.ValueDeclaration. nameFields in org.immutables.generator.processor with type parameters of type Trees.Identifier Modifier and Type Field Description private java.util.Map<Trees.Identifier,Inliner.InlinedStatementCreator>Inliner. inlinablesprivate com.google.common.collect.ImmutableList.Builder<Trees.Identifier>ImmutableTrees.BoundAccessExpression.Builder. pathprivate com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.BoundAccessExpression. pathprivate com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.ForIterationAccessExpression. pathprivate com.google.common.collect.ImmutableList.Builder<Trees.Identifier>ImmutableTrees.SimpleAccessExpression.Builder. pathprivate com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.SimpleAccessExpression. pathprivate java.util.Set<Trees.Identifier>Inliner.InlinedStatementCreator. remappedMethods in org.immutables.generator.processor that return types with arguments of type Trees.Identifier Modifier and Type Method Description protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asBoundAccessExpressionPathElements(ImmutableTrees.BoundAccessExpression value, java.util.List<Trees.Identifier> elements)protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asForIterationAccessExpressionPathElements(ImmutableTrees.ForIterationAccessExpression value, java.util.List<Trees.Identifier> elements)protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asSimpleAccessExpressionPathElements(ImmutableTrees.SimpleAccessExpression value, java.util.List<Trees.Identifier> elements)static Extractions.Extractor<Trees.Identifier>TreesAst.Identifier. of()static Extractions.Extractor<Trees.Identifier>TreesAst.Identifier. of(Extractions.Extractor<java.lang.String> value)com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.BoundAccessExpression. path()com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.ForIterationAccessExpression. path()com.google.common.collect.ImmutableList<Trees.Identifier>ImmutableTrees.SimpleAccessExpression. path()java.util.List<Trees.Identifier>Trees.AccessExpression. path()Methods in org.immutables.generator.processor with parameters of type Trees.Identifier Modifier and Type Method Description ImmutableTrees.BoundAccessExpression.BuilderImmutableTrees.BoundAccessExpression.Builder. addPath(Trees.Identifier element)Adds one element topathlist.ImmutableTrees.BoundAccessExpression.BuilderImmutableTrees.BoundAccessExpression.Builder. addPath(Trees.Identifier... elements)Adds elements topathlist.ImmutableTrees.SimpleAccessExpression.BuilderImmutableTrees.SimpleAccessExpression.Builder. addPath(Trees.Identifier element)Adds one element topathlist.ImmutableTrees.SimpleAccessExpression.BuilderImmutableTrees.SimpleAccessExpression.Builder. addPath(Trees.Identifier... elements)Adds elements topathlist.protected Trees.IdentifierTreesTransformer. asBoundAccessExpressionPath(ImmutableTrees.BoundAccessExpression value, Trees.Identifier attribute)protected Trees.IdentifierTreesTransformer. asForIterationAccessExpressionPath(ImmutableTrees.ForIterationAccessExpression value, Trees.Identifier attribute)protected Trees.IdentifierTreesTransformer. asInvokableDeclarationName(ImmutableTrees.InvokableDeclaration value, Trees.Identifier attribute)protected Trees.IdentifierTreesTransformer. asParameterName(ImmutableTrees.Parameter value, Trees.Identifier attribute)protected Trees.IdentifierTreesTransformer. asSimpleAccessExpressionPath(ImmutableTrees.SimpleAccessExpression value, Trees.Identifier attribute)protected Trees.IdentifierTreesTransformer. asValueDeclarationName(ImmutableTrees.ValueDeclaration value, Trees.Identifier attribute)static ImmutableTrees.IdentifierImmutableTrees.Identifier. copyOf(Trees.Identifier instance)Creates an immutable copy of aTrees.Identifiervalue.(package private) Trees.TypeReferenceTypeResolver.Scope. declare(javax.lang.model.type.TypeMirror type, Trees.Identifier name)(package private) Trees.TypeReferenceTypeResolver.Scope. declare(Trees.TypeDeclaration type, Trees.Identifier name)(package private) Trees.TypeReferenceTypeResolver.Scope. declareForIterationAccess(Trees.Identifier name)(package private) Trees.TypeReferenceTypeResolver.Scope. declareInvokable(Trees.Identifier name)Declare template or invokable.(package private) booleanTypeResolver.Scope. isDeclared(Trees.Identifier name)ImmutableTrees.InvokableDeclaration.BuilderImmutableTrees.InvokableDeclaration.Builder. name(Trees.Identifier name)Initializes the value for thenameattribute.ImmutableTrees.Parameter.BuilderImmutableTrees.Parameter.Builder. name(Trees.Identifier name)Initializes the value for thenameattribute.ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. name(Trees.Identifier name)Initializes the value for thenameattribute.protected ImmutableTrees.IdentifierInliner.InlinedStatementCreator. remappedIdentifier(Trees.Identifier value)private Trees.TypeReferenceTypeResolver.Scope. resolveDeclared(Trees.TypeReference typeReference, Trees.Identifier name)ImmutableTrees.InvokableDeclarationImmutableTrees.InvokableDeclaration. withName(Trees.Identifier value)Copy the current immutable object by setting a value for thenameattribute.ImmutableTrees.ParameterImmutableTrees.Parameter. withName(Trees.Identifier value)Copy the current immutable object by setting a value for thenameattribute.ImmutableTrees.ValueDeclarationImmutableTrees.ValueDeclaration. withName(Trees.Identifier value)Copy the current immutable object by setting a value for thenameattribute.ImmutableTrees.BoundAccessExpressionImmutableTrees.BoundAccessExpression. withPath(Trees.Identifier... elements)Copy the current immutable object with elements that replace the content ofpath.ImmutableTrees.ForIterationAccessExpressionImmutableTrees.ForIterationAccessExpression. withPath(Trees.Identifier... elements)Copy the current immutable object with elements that replace the content ofpath.ImmutableTrees.SimpleAccessExpressionImmutableTrees.SimpleAccessExpression. withPath(Trees.Identifier... elements)Copy the current immutable object with elements that replace the content ofpath.Method parameters in org.immutables.generator.processor with type arguments of type Trees.Identifier Modifier and Type Method Description ImmutableTrees.BoundAccessExpression.BuilderImmutableTrees.BoundAccessExpression.Builder. addAllPath(java.lang.Iterable<? extends Trees.Identifier> elements)Adds elements topathlist.ImmutableTrees.SimpleAccessExpression.BuilderImmutableTrees.SimpleAccessExpression.Builder. addAllPath(java.lang.Iterable<? extends Trees.Identifier> elements)Adds elements topathlist.static Extractions.ApplicatorTreesAst.BoundAccessExpression. addPath(Extractions.Extractor<? extends Trees.Identifier> pathElement)static Extractions.ApplicatorTreesAst.SimpleAccessExpression. addPath(Extractions.Extractor<? extends Trees.Identifier> pathElement)protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asBoundAccessExpressionPathElements(ImmutableTrees.BoundAccessExpression value, java.util.List<Trees.Identifier> elements)protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asForIterationAccessExpressionPathElements(ImmutableTrees.ForIterationAccessExpression value, java.util.List<Trees.Identifier> elements)protected java.lang.Iterable<Trees.Identifier>TreesTransformer. asSimpleAccessExpressionPathElements(ImmutableTrees.SimpleAccessExpression value, java.util.List<Trees.Identifier> elements)static Extractions.ApplicatorTreesAst.InvokableDeclaration. name(Extractions.Extractor<Trees.Identifier> name)static Extractions.ApplicatorTreesAst.Parameter. name(Extractions.Extractor<Trees.Identifier> name)static Extractions.ApplicatorTreesAst.ValueDeclaration. name(Extractions.Extractor<Trees.Identifier> name)ImmutableTrees.BoundAccessExpression.BuilderImmutableTrees.BoundAccessExpression.Builder. path(java.lang.Iterable<? extends Trees.Identifier> elements)Sets or replaces all elements forpathlist.ImmutableTrees.SimpleAccessExpression.BuilderImmutableTrees.SimpleAccessExpression.Builder. path(java.lang.Iterable<? extends Trees.Identifier> elements)Sets or replaces all elements forpathlist.ImmutableTrees.BoundAccessExpressionImmutableTrees.BoundAccessExpression. withPath(java.lang.Iterable<? extends Trees.Identifier> elements)Copy the current immutable object with elements that replace the content ofpath.ImmutableTrees.ForIterationAccessExpressionImmutableTrees.ForIterationAccessExpression. withPath(java.lang.Iterable<? extends Trees.Identifier> elements)Copy the current immutable object with elements that replace the content ofpath.ImmutableTrees.SimpleAccessExpressionImmutableTrees.SimpleAccessExpression. withPath(java.lang.Iterable<? extends Trees.Identifier> elements)Copy the current immutable object with elements that replace the content ofpath.Constructors in org.immutables.generator.processor with parameters of type Trees.Identifier Constructor Description InvokableDeclaration(Trees.Identifier name, com.google.common.collect.ImmutableList<Trees.Parameter> parameters)Parameter(Trees.Identifier name, Trees.TypeReference type)ValueDeclaration(Trees.Identifier name, com.google.common.base.Optional<Trees.TypeReference> type, com.google.common.base.Optional<Trees.TypeReference> containedType)Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.Identifier Constructor Description BoundAccessExpression(com.google.common.collect.ImmutableList<Trees.Identifier> path, com.google.common.collect.ImmutableList<java.lang.Object> accessor)ForIterationAccessExpression(com.google.common.collect.ImmutableList<Trees.Identifier> path, Trees.AccessExpression access)SimpleAccessExpression(com.google.common.collect.ImmutableList<Trees.Identifier> path)
-