Uses of Class
org.immutables.generator.processor.ImmutableTrees.StringLiteral
-
Packages that use ImmutableTrees.StringLiteral Package Description org.immutables.generator.processor -
-
Uses of ImmutableTrees.StringLiteral in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.StringLiteral Modifier and Type Method Description static ImmutableTrees.StringLiteralImmutableTrees.StringLiteral. copyOf(Trees.StringLiteral instance)Creates an immutable copy of aTrees.StringLiteralvalue.static ImmutableTrees.StringLiteralImmutableTrees.StringLiteral. of(java.lang.String value)Construct a new immutableStringLiteralinstance.ImmutableTrees.StringLiteralTemplateWriter. toStringLiteral(ImmutableTrees.StringLiteral value)ImmutableTrees.StringLiteralTreesTransformer. toStringLiteral(ImmutableTrees.StringLiteral value)ImmutableTrees.StringLiteralImmutableTrees.StringLiteral. 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.StringLiteral Modifier and Type Method Description protected Trees.ExpressionTreesTransformer. asExpression(ImmutableTrees.StringLiteral value)protected Trees.StringLiteralTreesTransformer. asStringLiteral(ImmutableTrees.StringLiteral value)protected java.lang.StringTreesTransformer. asStringLiteralValue(ImmutableTrees.StringLiteral value, java.lang.String attribute)private booleanImmutableTrees.StringLiteral. equalTo(int synthetic, ImmutableTrees.StringLiteral another)ImmutableTrees.StringLiteralTemplateWriter. toStringLiteral(ImmutableTrees.StringLiteral value)ImmutableTrees.StringLiteralTreesTransformer. toStringLiteral(ImmutableTrees.StringLiteral value)Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.StringLiteral Constructor Description StringLiteral(ImmutableTrees.StringLiteral original, java.lang.String value)
-