Uses of Class
gw.lang.ir.statement.IRSwitchStatement
-
Packages that use IRSwitchStatement Package Description gw.internal.gosu.ir.compiler.bytecode.statement gw.internal.gosu.ir.compiler.java gw.internal.gosu.ir.compiler.verifier -
-
Uses of IRSwitchStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRSwitchStatement Modifier and Type Method Description static voidIRSwitchStatementCompiler. compile(IRSwitchStatement statement, IRBytecodeContext context)private static voidIRSwitchStatementCompiler. compileWithTableSwitch(IRSwitchStatement switchStmt, IRBytecodeContext context)private static IRSwitchStatementCompiler.ConstantCase[]IRSwitchStatementCompiler. generateConstantCases(IRSwitchStatement switchStmt) -
Uses of IRSwitchStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRSwitchStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRSwitchStatement(IRSwitchStatement irSwitchStatement) -
Uses of IRSwitchStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRSwitchStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRSwitchStatement(IRSwitchStatement irSwitchStatement)
-