Uses of Class
gw.lang.ir.statement.IRIfStatement
Packages that use IRIfStatement
Package
Description
-
Uses of IRIfStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRIfStatementModifier and TypeMethodDescriptionstatic 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 IRIfStatementModifier and TypeMethodDescriptionprivate 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 IRIfStatementModifier and TypeMethodDescriptionvoidIRTreeCompiler.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 IRIfStatementModifier and TypeMethodDescriptionprivate voidIRTreeVerifier.verifyIRIfStatement(IRIfStatement irIfStatement) -
Uses of IRIfStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRIfStatementModifier and TypeMethodDescriptionprotected IRIfStatementAbstractElementTransformer.buildIf(IRExpression test, IRStatement ifStatement) protected IRIfStatementAbstractElementTransformer.buildIfElse(IRExpression test, IRStatement ifStatement, IRStatement elseStatement)