Uses of Class
org.ek9lang.compiler.ir.instructions.ProfilingExitInstr
Packages that use ProfilingExitInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
Common parts of processing that can be reused across various phases.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of ProfilingExitInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type ProfilingExitInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for ProfilingExitInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type ProfilingExitInstrModifier and TypeMethodDescriptionvoidProfilingExitAsmGenerator.accept(ProfilingExitInstr instr) voidOutputVisitor.visit(ProfilingExitInstr profilingExitInstr) Typed visit method for ProfilingExitInstr - delegates to specialized generator. -
Uses of ProfilingExitInstr in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type ProfilingExitInstrModifier and TypeMethodDescriptiondefault voidINodeVisitor.visit(ProfilingExitInstr profilingExit) voidNodePrinter.visit(ProfilingExitInstr profilingExit) -
Uses of ProfilingExitInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ProfilingExitInstr