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