Class IRFinallyCodePartitioner
java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.IRFinallyCodePartitioner
-
Constructor Summary
ConstructorsConstructorDescriptionIRFinallyCodePartitioner(IRBytecodeContext context, IRTryCatchFinallyStatement tryCatchFinallyStmt) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanapplies(IRStatement statement, IRTerminalStatement terminal) booleanvoidendInlineFinally(org.objectweb.asm.Label endLabel) List<org.objectweb.asm.Label> List<org.objectweb.asm.Label> voidtoString()
-
Constructor Details
-
IRFinallyCodePartitioner
public IRFinallyCodePartitioner(IRBytecodeContext context, IRTryCatchFinallyStatement tryCatchFinallyStmt)
-
-
Method Details