Uses of Class
gw.lang.ir.statement.IRThrowStatement
-
-
Uses of IRThrowStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRThrowStatement Modifier and Type Method Description static voidIRThrowStatementCompiler. compile(IRThrowStatement statement, IRBytecodeContext context) -
Uses of IRThrowStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRThrowStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRThrowStatement(IRThrowStatement irThrowStatement) -
Uses of IRThrowStatement in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRThrowStatement Modifier and Type Method Description voidIRTreeCompiler. compileIRThrowStatement(IRThrowStatement irThrowStatement, int indent) -
Uses of IRThrowStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRThrowStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRThrowStatement(IRThrowStatement irThrowStatement) -
Uses of IRThrowStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRThrowStatement Modifier and Type Method Description protected IRThrowStatementAbstractElementTransformer. buildThrow(IRExpression exception)
-