Uses of Class
org.ek9lang.compiler.ir.instructions.EnumIteratorImplInstr
Packages that use EnumIteratorImplInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of EnumIteratorImplInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type EnumIteratorImplInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for ENUM_ITERATOR_IMPL instruction.Methods in org.ek9lang.compiler.backend.jvm with parameters of type EnumIteratorImplInstrModifier and TypeMethodDescriptionvoidEnumIteratorImplAsmGenerator.accept(EnumIteratorImplInstr instr) Generate JVM bytecode for ENUM_ITERATOR_IMPL instruction.voidOutputVisitor.visit(EnumIteratorImplInstr enumIteratorImplInstr) Typed visit method for EnumIteratorImplInstr - delegates to specialized generator. -
Uses of EnumIteratorImplInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return EnumIteratorImplInstrModifier and TypeMethodDescriptionstatic EnumIteratorImplInstrEnumIteratorImplInstr.enumIteratorImpl(EnumIteratorImplDetails details) Create an enum iterator implementation instruction.