Class TreesAst.StringLiteral
- java.lang.Object
-
- org.immutables.generator.processor.TreesAst.StringLiteral
-
- Enclosing class:
- TreesAst
@Generated({"Asts.generator","Trees.StringLiteral"}) public static class TreesAst.StringLiteral extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStringLiteral()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Extractions.Extractor<Trees.StringLiteral>of()static Extractions.Extractor<Trees.StringLiteral>of(Extractions.Extractor<java.lang.String> value)
-
-
-
Method Detail
-
of
public static Extractions.Extractor<Trees.StringLiteral> of()
-
of
public static Extractions.Extractor<Trees.StringLiteral> of(Extractions.Extractor<java.lang.String> value)
-
-