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