Uses of Class
org.ek9lang.compiler.ir.instructions.ScopeInstr
Packages that use ScopeInstr
-
Uses of ScopeInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type ScopeInstrModifier and TypeClassDescriptionfinal class
Specialized ASM generator for ScopeInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type ScopeInstrModifier and TypeMethodDescriptionvoid
ScopeInstrAsmGenerator.accept
(ScopeInstr scopeInstr) Generate JVM bytecode for a scope operation instruction.void
OutputVisitor.visit
(ScopeInstr scopeInstr) Typed visit method for ScopeInstr - delegates to specialized generator. -
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