Uses of Class
org.immutables.generator.processor.ImmutableTrees.TypeIdentifier
-
Packages that use ImmutableTrees.TypeIdentifier Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.TypeIdentifier in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.TypeIdentifier Modifier and Type Method Description static ImmutableTrees.TypeIdentifierImmutableTrees.TypeIdentifier. copyOf(Trees.TypeIdentifier instance)Creates an immutable copy of aTrees.TypeIdentifiervalue.static ImmutableTrees.TypeIdentifierImmutableTrees.TypeIdentifier. of(java.lang.String value)Construct a new immutableTypeIdentifierinstance.ImmutableTrees.TypeIdentifierTreesTransformer. toTypeIdentifier(ImmutableTrees.TypeIdentifier value)ImmutableTrees.TypeIdentifierImmutableTrees.TypeIdentifier. 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.TypeIdentifier Modifier and Type Method Description protected Trees.TypeIdentifierTreesTransformer. asTypeIdentifier(ImmutableTrees.TypeIdentifier value)protected java.lang.StringTreesTransformer. asTypeIdentifierValue(ImmutableTrees.TypeIdentifier value, java.lang.String attribute)private booleanImmutableTrees.TypeIdentifier. equalTo(int synthetic, ImmutableTrees.TypeIdentifier another)ImmutableTrees.TypeIdentifierTreesTransformer. toTypeIdentifier(ImmutableTrees.TypeIdentifier value)Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.TypeIdentifier Constructor Description TypeIdentifier(ImmutableTrees.TypeIdentifier original, java.lang.String value)
-