Uses of Class
org.ek9lang.compiler.ir.instructions.PrimitiveLiteralInstr
Packages that use PrimitiveLiteralInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of PrimitiveLiteralInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type PrimitiveLiteralInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for PrimitiveLiteralInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type PrimitiveLiteralInstrModifier and TypeMethodDescriptionvoidPrimitiveLiteralAsmGenerator.accept(PrimitiveLiteralInstr primitiveLiteralInstr) Generate JVM bytecode for a primitive literal loading instruction.voidOutputVisitor.visit(PrimitiveLiteralInstr primitiveLiteralInstr) Typed visit method for PrimitiveLiteralInstr - delegates to specialized generator. -
Uses of PrimitiveLiteralInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return PrimitiveLiteralInstrModifier and TypeMethodDescriptionstatic PrimitiveLiteralInstrLiteralInstr.primitiveFromLiteral(String result, String literalValue, String primitiveType, DebugInfo debugInfo) Create instruction to load a literal value as a primitive (int, boolean, java.lang.String).