Uses of Interface
gw.lang.ir.statement.IRTerminalStatement
-
Packages that use IRTerminalStatement Package Description gw.internal.gosu.ir.compiler.bytecode gw.lang.ir gw.lang.ir.statement -
-
Uses of IRTerminalStatement in gw.internal.gosu.ir.compiler.bytecode
Methods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRTerminalStatement Modifier and Type Method Description static booleanIRFinallyCodePartitioner. applies(IRStatement statement, IRTerminalStatement terminal)booleanIRFinallyCodePartitioner. appliesTo(IRTerminalStatement elt)voidIRBytecodeContext. inlineFinallyStatements(IRTerminalStatement stmt)private static booleanIRFinallyCodePartitioner. isContainedControlFlow(IRTerminalStatement elt, IRStatement stmt) -
Uses of IRTerminalStatement in gw.lang.ir
Methods in gw.lang.ir that return IRTerminalStatement Modifier and Type Method Description abstract IRTerminalStatementIRStatement. getLeastSignificantTerminalStatement() -
Uses of IRTerminalStatement in gw.lang.ir.statement
Classes in gw.lang.ir.statement that implement IRTerminalStatement Modifier and Type Class Description classIRBreakStatementclassIRContinueStatementclassIRImplicitReturnStatementclassIRReturnStatementclassIRThrowStatement
-