Uses of Class
org.ek9lang.compiler.ir.ScopeInstr
Packages that use ScopeInstr
-
Uses of ScopeInstr in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return ScopeInstrModifier and TypeMethodDescriptionScopeInstr.addOperand
(String operand) ScopeInstr.addOperands
(String... operands) static ScopeInstr
Create scope enter instruction: SCOPE_ENTER scope_id.static ScopeInstr
Create scope enter instruction with debug info: SCOPE_ENTER scope_id.static ScopeInstr
Create scope exit instruction: SCOPE_EXIT scope_id.static ScopeInstr
Create scope exit instruction with debug info: SCOPE_EXIT scope_id.static ScopeInstr
Create scope register instruction: SCOPE_REGISTER object, scope_id Register object for automatic cleanup when scope exits.static ScopeInstr
Create scope register instruction with debug info: SCOPE_REGISTER object, scope_id.