Uses of Class
org.ek9lang.compiler.ir.instructions.DictLiteralInstr
Packages that use DictLiteralInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of DictLiteralInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type DictLiteralInstrModifier and TypeClassDescription(package private) final classGenerates JVM bytecode for DICT_LITERAL IR instructions.Methods in org.ek9lang.compiler.backend.jvm with parameters of type DictLiteralInstrModifier and TypeMethodDescriptionvoidDictLiteralAsmGenerator.accept(DictLiteralInstr instr) voidOutputVisitor.visit(DictLiteralInstr dictLiteralInstr) Typed visit method for DictLiteralInstr - delegates to specialized generator. -
Uses of DictLiteralInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return DictLiteralInstrModifier and TypeMethodDescriptionstatic DictLiteralInstrDictLiteralInstr.create(String result, List<IRInstr> setupInstructions, DictLiteralDetails details, String scopeId, DebugInfo debugInfo) Create a dict literal instruction.