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 with debug info: SCOPE_ENTER scope_id.static ScopeInstr
Create scope exit instruction with debug info: SCOPE_EXIT scope_id.static ScopeInstr
ScopeInstr.register
(String object, BasicDetails basicDetails) Create scope register instruction with debug info: SCOPE_REGISTER object, scope_id. -
Uses of ScopeInstr in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return ScopeInstrModifier and TypeMethodDescriptionIRInstructionBuilder.createScopeRegister
(String variableName) Create a scope register instruction using current context.IRInstructionBuilder.createScopeRegister
(String variableName, String scopeId) Create a scope register instruction with custom scope.