inner class IfFlow : Flow
<init> |
IfFlow() |
elseDecl |
Render a final "else" block. fun elseDecl(block: CodeFunc): Unit |
elseIfDecl |
Render an "else if" block. fun elseIfDecl(conditionFormat: String, vararg conditionArgs: Any, block: CodeFunc): IfFlow fun elseIfDecl(condition: CodeExpression, block: CodeFunc): IfFlow |