Uses of Interface
org.immutables.generator.processor.Trees.InvokeString
-
Packages that use Trees.InvokeString Package Description org.immutables.generator.processor -
-
Uses of Trees.InvokeString in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.InvokeString Modifier and Type Class Description static classImmutableTrees.InvokeStringImmutable implementation ofTrees.InvokeString.Methods in org.immutables.generator.processor that return types with arguments of type Trees.InvokeString Modifier and Type Method Description static Extractions.Extractor<Trees.InvokeString>TreesAst.InvokeString. of()static Extractions.Extractor<Trees.InvokeString>TreesAst.InvokeString. of(Extractions.Extractor<Trees.StringLiteral> literal)Methods in org.immutables.generator.processor with parameters of type Trees.InvokeString Modifier and Type Method Description static ImmutableTrees.InvokeStringImmutableTrees.InvokeString. copyOf(Trees.InvokeString instance)Creates an immutable copy of aTrees.InvokeStringvalue.
-