Uses of Class
gw.lang.ir.builder.statement.IRIfStatementBuilder
-
Packages that use IRIfStatementBuilder Package Description gw.lang.ir.builder gw.lang.ir.builder.statement -
-
Uses of IRIfStatementBuilder in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRIfStatementBuilder Modifier and Type Method Description static IRIfStatementBuilder
IRBuilderMethods. _if(IRExpressionBuilder test)
-
Uses of IRIfStatementBuilder in gw.lang.ir.builder.statement
Methods in gw.lang.ir.builder.statement that return IRIfStatementBuilder Modifier and Type Method Description IRIfStatementBuilder
IRIfStatementBuilder. then(IRStatementBuilder ifStatement)
-