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 TypeClassDescription(package private) final classSpecialized ASM generator for ScopeInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type ScopeInstrModifier and TypeMethodDescriptionvoidScopeInstrAsmGenerator.accept(ScopeInstr scopeInstr) Generate JVM bytecode for a scope operation instruction.voidOutputVisitor.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 ScopeInstrCreate scope enter instruction with debug info: SCOPE_ENTER scope_id.static ScopeInstrCreate scope exit instruction with debug info: SCOPE_EXIT scope_id.static ScopeInstr