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