Uses of Class
gw.lang.ir.builder.IRStatementBuilder
-
Packages that use IRStatementBuilder Package Description gw.lang.ir.builder.expression gw.lang.ir.builder.statement -
-
Uses of IRStatementBuilder in gw.lang.ir.builder.expression
Constructor parameters in gw.lang.ir.builder.expression with type arguments of type IRStatementBuilder Constructor Description IRCompositeExpressionBuilder(List<IRStatementBuilder> statements, IRExpressionBuilder finalExpression)
-
Uses of IRStatementBuilder in gw.lang.ir.builder.statement
Subclasses of IRStatementBuilder in gw.lang.ir.builder.statement Modifier and Type Class Description class
IRArrayStoreStatementBuilder
class
IRAssignmentStatementBuilder
class
IRFieldSetStatementBuilder
class
IRIfStatementBuilder
class
IRReturnStatementBuilder
class
IRStatementListBuilder
Methods in gw.lang.ir.builder.statement that return IRStatementBuilder Modifier and Type Method Description IRStatementBuilder
IRIfStatementBuilder. _else(IRStatementBuilder elseStatement)
Methods in gw.lang.ir.builder.statement with parameters of type IRStatementBuilder Modifier and Type Method Description IRStatementBuilder
IRIfStatementBuilder. _else(IRStatementBuilder elseStatement)
IRIfStatementBuilder
IRIfStatementBuilder. then(IRStatementBuilder ifStatement)
Constructor parameters in gw.lang.ir.builder.statement with type arguments of type IRStatementBuilder Constructor Description IRStatementListBuilder(List<IRStatementBuilder> statements)
-