Uses of Class
gw.lang.ir.statement.IRIfStatement
-
-
Uses of IRIfStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRIfStatement Modifier and Type Method Description static voidIRIfStatementCompiler. compile(IRIfStatement statement, IRBytecodeContext context) -
Uses of IRIfStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRIfStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRIfStatement(IRIfStatement irIfStatement) -
Uses of IRIfStatement in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRIfStatement Modifier and Type Method Description voidIRTreeCompiler. compileIRIfStatement(IRIfStatement irIfStatement, int indent) -
Uses of IRIfStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRIfStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRIfStatement(IRIfStatement irIfStatement) -
Uses of IRIfStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRIfStatement Modifier and Type Method Description protected IRIfStatementAbstractElementTransformer. buildIf(IRExpression test, IRStatement ifStatement)protected IRIfStatementAbstractElementTransformer. buildIfElse(IRExpression test, IRStatement ifStatement, IRStatement elseStatement)
-