Uses of Class
org.ek9lang.compiler.ir.instructions.ThrowInstr
Packages that use ThrowInstr
-
Uses of ThrowInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ThrowInstrModifier and TypeMethodDescriptionThrowInstr.addOperand(String operand) ThrowInstr.addOperands(String... operands) static ThrowInstrThrowInstr.throwException(String exceptionVariable, DebugInfo debugInfo) Create throw instruction with exception object variable and debug info.