Uses of Class
org.immutables.generator.processor.ImmutableTrees.Identifier
-
Packages that use ImmutableTrees.Identifier Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.Identifier in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.Identifier Modifier and Type Method Description static ImmutableTrees.IdentifierImmutableTrees.Identifier. copyOf(Trees.Identifier instance)Creates an immutable copy of aTrees.Identifiervalue.static ImmutableTrees.IdentifierImmutableTrees.Identifier. of(java.lang.String value)Construct a new immutableIdentifierinstance.protected ImmutableTrees.IdentifierInliner.InlinedStatementCreator. remappedIdentifier(Trees.Identifier value)ImmutableTrees.IdentifierTreesTransformer. toIdentifier(ImmutableTrees.Identifier value)ImmutableTrees.IdentifierImmutableTrees.Identifier. withValue(java.lang.String value)Copy the current immutable object by setting a value for thevalueattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.Identifier Modifier and Type Method Description protected Trees.IdentifierTreesTransformer. asIdentifier(ImmutableTrees.Identifier value)protected java.lang.StringTreesTransformer. asIdentifierValue(ImmutableTrees.Identifier value, java.lang.String attribute)private booleanImmutableTrees.Identifier. equalTo(int synthetic, ImmutableTrees.Identifier another)ImmutableTrees.IdentifierTreesTransformer. toIdentifier(ImmutableTrees.Identifier value)Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.Identifier Constructor Description Identifier(ImmutableTrees.Identifier original, java.lang.String value)
-