Class TreesAst.Let
- java.lang.Object
-
- org.immutables.generator.processor.TreesAst.Let
-
- Enclosing class:
- TreesAst
@Generated({"Asts.generator","Trees.Let"}) public static class TreesAst.Let extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Extractions.Extractor<Trees.Let>build()static Extractions.Applicatorbuilder()static Extractions.Applicatordeclaration()static Extractions.Applicatordeclaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration)
-
-
-
Method Detail
-
builder
public static Extractions.Applicator builder()
-
build
public static Extractions.Extractor<Trees.Let> build()
-
declaration
public static Extractions.Applicator declaration()
-
declaration
public static Extractions.Applicator declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration)
-
-