Uses of Class
gw.internal.gosu.ir.compiler.bytecode.IRFinallyCodePartitioner
-
Packages that use IRFinallyCodePartitioner Package Description gw.internal.gosu.ir.compiler.bytecode -
-
Uses of IRFinallyCodePartitioner in gw.internal.gosu.ir.compiler.bytecode
Methods in gw.internal.gosu.ir.compiler.bytecode that return IRFinallyCodePartitioner Modifier and Type Method Description IRFinallyCodePartitioner
IRBytecodeContext. peekFinallyPartitioner()
IRFinallyCodePartitioner
IRBytecodeContext. pushFinallyStatement(IRTryCatchFinallyStatement tryCatchFinallyStmt)
Methods in gw.internal.gosu.ir.compiler.bytecode that return types with arguments of type IRFinallyCodePartitioner Modifier and Type Method Description Stack<IRFinallyCodePartitioner>
IRBytecodeContext. getFinallyParitioners()
Methods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRFinallyCodePartitioner Modifier and Type Method Description void
IRBytecodeContext. popFinallyStatement(IRFinallyCodePartitioner partition)
-