Uses of Class
org.immutables.generator.processor.Trees.StringLiteral
-
Packages that use Trees.StringLiteral Package Description org.immutables.generator.processor -
-
Uses of Trees.StringLiteral in org.immutables.generator.processor
Subclasses of Trees.StringLiteral in org.immutables.generator.processor Modifier and Type Class Description static classImmutableTrees.StringLiteralImmutable implementation ofTrees.StringLiteral.Fields in org.immutables.generator.processor declared as Trees.StringLiteral Modifier and Type Field Description private Trees.StringLiteralImmutableTrees.InvokeString. literalMethods in org.immutables.generator.processor that return Trees.StringLiteral Modifier and Type Method Description protected Trees.StringLiteralTreesTransformer. asInvokeStringLiteral(ImmutableTrees.InvokeString value, Trees.StringLiteral attribute)protected Trees.StringLiteralTreesTransformer. asStringLiteral(ImmutableTrees.StringLiteral value)Trees.StringLiteralImmutableTrees.InvokeString. literal()Trees.StringLiteralTrees.InvokeString. literal()Methods in org.immutables.generator.processor that return types with arguments of type Trees.StringLiteral Modifier and Type Method Description static Extractions.Extractor<Trees.StringLiteral>TreesAst.StringLiteral. of()static Extractions.Extractor<Trees.StringLiteral>TreesAst.StringLiteral. of(Extractions.Extractor<java.lang.String> value)Methods in org.immutables.generator.processor with parameters of type Trees.StringLiteral Modifier and Type Method Description protected Trees.StringLiteralTreesTransformer. asInvokeStringLiteral(ImmutableTrees.InvokeString value, Trees.StringLiteral attribute)static ImmutableTrees.StringLiteralImmutableTrees.StringLiteral. copyOf(Trees.StringLiteral instance)Creates an immutable copy of aTrees.StringLiteralvalue.static ImmutableTrees.InvokeStringImmutableTrees.InvokeString. of(Trees.StringLiteral literal)Construct a new immutableInvokeStringinstance.ImmutableTrees.InvokeStringImmutableTrees.InvokeString. withLiteral(Trees.StringLiteral value)Copy the current immutable object by setting a value for theliteralattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.StringLiteral Modifier and Type Method Description static Extractions.Extractor<Trees.InvokeString>TreesAst.InvokeString. of(Extractions.Extractor<Trees.StringLiteral> literal)Constructors in org.immutables.generator.processor with parameters of type Trees.StringLiteral Constructor Description InvokeString(ImmutableTrees.InvokeString original, Trees.StringLiteral literal)InvokeString(Trees.StringLiteral literal)
-