Uses of Class
gw.lang.ir.builder.IRStatementBuilder
Packages that use IRStatementBuilder
-
Uses of IRStatementBuilder in gw.lang.ir.builder.expression
Fields in gw.lang.ir.builder.expression with type parameters of type IRStatementBuilderModifier and TypeFieldDescriptionprivate List<IRStatementBuilder>
IRCompositeExpressionBuilder._statements
Constructor parameters in gw.lang.ir.builder.expression with type arguments of type IRStatementBuilderModifierConstructorDescriptionIRCompositeExpressionBuilder
(List<IRStatementBuilder> statements, IRExpressionBuilder finalExpression) -
Uses of IRStatementBuilder in gw.lang.ir.builder.statement
Subclasses of IRStatementBuilder in gw.lang.ir.builder.statementModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in gw.lang.ir.builder.statement declared as IRStatementBuilderModifier and TypeFieldDescriptionprivate IRStatementBuilder
IRIfStatementBuilder._elseStatement
private IRStatementBuilder
IRIfStatementBuilder._ifStatement
Fields in gw.lang.ir.builder.statement with type parameters of type IRStatementBuilderModifier and TypeFieldDescriptionprivate List<IRStatementBuilder>
IRStatementListBuilder._statements
Methods in gw.lang.ir.builder.statement that return IRStatementBuilderMethods in gw.lang.ir.builder.statement with parameters of type IRStatementBuilderModifier and TypeMethodDescriptionIRIfStatementBuilder._else
(IRStatementBuilder elseStatement) IRIfStatementBuilder.then
(IRStatementBuilder ifStatement) Constructor parameters in gw.lang.ir.builder.statement with type arguments of type IRStatementBuilder