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 boolean
IRFinallyCodePartitioner. applies(IRStatement statement, IRTerminalStatement terminal)
boolean
IRFinallyCodePartitioner. appliesTo(IRTerminalStatement elt)
void
IRBytecodeContext. inlineFinallyStatements(IRTerminalStatement stmt)
-
Uses of IRTerminalStatement in gw.lang.ir
Methods in gw.lang.ir that return IRTerminalStatement Modifier and Type Method Description abstract IRTerminalStatement
IRStatement. getLeastSignificantTerminalStatement()
-
Uses of IRTerminalStatement in gw.lang.ir.statement
Classes in gw.lang.ir.statement that implement IRTerminalStatement Modifier and Type Class Description class
IRBreakStatement
class
IRContinueStatement
class
IRImplicitReturnStatement
class
IRReturnStatement
class
IRThrowStatement
-