Uses of Class
org.ek9lang.compiler.ir.instructions.ScopeInstr
Packages that use ScopeInstr
-
Uses of ScopeInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ScopeInstrModifier and TypeMethodDescriptionScopeInstr.addOperand
(String operand) ScopeInstr.addOperands
(String... operands) static ScopeInstr
Create scope enter instruction with debug info: SCOPE_ENTER scope_id.static ScopeInstr
Create scope exit instruction with debug info: SCOPE_EXIT scope_id.static ScopeInstr