Class TreesAst.InvokeStatement
java.lang.Object
org.immutables.generator.processor.TreesAst.InvokeStatement
- Enclosing class:
TreesAst
@Generated({"Asts.generator","Trees.InvokeStatement"})
public static class TreesAst.InvokeStatement
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Extractions.Applicatoraccess()static Extractions.Applicatoraccess(Extractions.Extractor<Trees.Expression> access) static Extractions.Applicatorstatic Extractions.ApplicatoraddParams(Extractions.Extractor<? extends Trees.Expression> paramsElement) static Extractions.ApplicatoraddParts()static Extractions.ApplicatoraddParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) build()static Extractions.Applicatorbuilder()
-
Constructor Details
-
InvokeStatement
private InvokeStatement()
-
-
Method Details
-
builder
-
build
-
addParts
-
addParts
public static Extractions.Applicator addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) -
access
-
access
-
addParams
-
addParams
public static Extractions.Applicator addParams(Extractions.Extractor<? extends Trees.Expression> paramsElement)
-