Uses of Class
org.ek9lang.compiler.ir.instructions.AspectProxyInstr
Packages that use AspectProxyInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of AspectProxyInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type AspectProxyInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for CREATE_ASPECT_PROXY instruction.Methods in org.ek9lang.compiler.backend.jvm with parameters of type AspectProxyInstrModifier and TypeMethodDescriptionvoidAspectProxyAsmGenerator.accept(AspectProxyInstr instr) (package private) StringAspectProxyClassGenerator.generate(AspectProxyInstr instr) Generate the proxy class for the given aspect proxy instruction.voidOutputVisitor.visit(AspectProxyInstr aspectProxyInstr) Typed visit method for AspectProxyInstr - delegates to specialized generator. -
Uses of AspectProxyInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return AspectProxyInstrModifier and TypeMethodDescriptionstatic AspectProxyInstrAspectProxyInstr.createAspectProxy(AspectProxyDetails details) Create an aspect proxy instruction from details.