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 java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIfStatement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Extractions.ApplicatoraddOtherwiseIf()static Extractions.ApplicatoraddOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement)static Extractions.Extractor<Trees.IfStatement>build()static Extractions.Applicatorbuilder()static Extractions.Applicatorotherwise()static Extractions.Applicatorotherwise(Extractions.Extractor<? extends Trees.Block> otherwise)static Extractions.Applicatorthen()static Extractions.Applicatorthen(Extractions.Extractor<Trees.ConditionalBlock> then)
-
-
-
Method Detail
-
builder
public static Extractions.Applicator builder()
-
build
public static Extractions.Extractor<Trees.IfStatement> build()
-
then
public static Extractions.Applicator then()
-
then
public static Extractions.Applicator then(Extractions.Extractor<Trees.ConditionalBlock> then)
-
addOtherwiseIf
public static Extractions.Applicator addOtherwiseIf()
-
addOtherwiseIf
public static Extractions.Applicator addOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement)
-
otherwise
public static Extractions.Applicator otherwise()
-
otherwise
public static Extractions.Applicator otherwise(Extractions.Extractor<? extends Trees.Block> otherwise)
-
-