Uses of Class
org.ek9lang.compiler.ir.instructions.LiteralInstr
Packages that use LiteralInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of LiteralInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type LiteralInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for LiteralInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type LiteralInstrModifier and TypeMethodDescriptionvoidLiteralInstrAsmGenerator.accept(LiteralInstr literalInstr) Generate JVM bytecode for a literal loading instruction.voidOutputVisitor.visit(LiteralInstr literalInstr) Typed visit method for LiteralInstr - delegates to specialized generator. -
Uses of LiteralInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return LiteralInstrModifier and TypeMethodDescriptionstatic LiteralInstrLiteralInstr.objectFromLiteral(String result, String literalValue, String literalType) static LiteralInstrLiteralInstr.objectFromLiteral(String result, String literalValue, String literalType, DebugInfo debugInfo) Create instruction to load a literal value as an EK9 object.