Uses of Class
org.ek9lang.compiler.ir.ScopeInstruction
Packages that use ScopeInstruction
-
Uses of ScopeInstruction in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return ScopeInstructionModifier and TypeMethodDescriptionScopeInstruction.addOperand
(String operand) ScopeInstruction.addOperands
(String... operands) static ScopeInstruction
Create scope enter instruction: SCOPE_ENTER scope_id Establishes a new memory management scope for exception safety.static ScopeInstruction
Create scope enter instruction with debug info: SCOPE_ENTER scope_idstatic ScopeInstruction
Create scope exit instruction: SCOPE_EXIT scope_id Automatically RELEASE all objects registered in this scope.static ScopeInstruction
Create scope exit instruction with debug info: SCOPE_EXIT scope_idstatic ScopeInstruction
Create scope register instruction: SCOPE_REGISTER object, scope_id Register object for automatic cleanup when scope exits.static ScopeInstruction
Create scope register instruction with debug info: SCOPE_REGISTER object, scope_id