Uses of Class
org.ek9lang.compiler.ir.instructions.DispatchTableInstr
Packages that use DispatchTableInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of DispatchTableInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type DispatchTableInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for DISPATCH_TABLE instruction.Methods in org.ek9lang.compiler.backend.jvm with parameters of type DispatchTableInstrModifier and TypeMethodDescriptionvoidDispatchTableAsmGenerator.accept(DispatchTableInstr instr) voidOutputVisitor.visit(DispatchTableInstr dispatchTableInstr) Typed visit method for DispatchTableInstr - delegates to specialized generator. -
Uses of DispatchTableInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return DispatchTableInstrModifier and TypeMethodDescriptionstatic DispatchTableInstrDispatchTableInstr.createDispatchTable(DispatchTableDetails details) Create a dispatch table instruction from details.