Class TreesAst.IfStatement
java.lang.Object
org.immutables.generator.processor.TreesAst.IfStatement
- Enclosing class:
TreesAst
@Generated({"Asts.generator","Trees.IfStatement"})
public static class TreesAst.IfStatement
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Extractions.Applicatorstatic Extractions.ApplicatoraddOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) build()static Extractions.Applicatorbuilder()static Extractions.Applicatorstatic Extractions.Applicatorotherwise(Extractions.Extractor<? extends Trees.Block> otherwise) static Extractions.Applicatorthen()static Extractions.Applicator
-
Constructor Details
-
IfStatement
private IfStatement()
-
-
Method Details
-
builder
-
build
-
then
-
then
-
addOtherwiseIf
-
addOtherwiseIf
public static Extractions.Applicator addOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) -
otherwise
-
otherwise
public static Extractions.Applicator otherwise(Extractions.Extractor<? extends Trees.Block> otherwise)
-