Uses of Class
org.ek9lang.compiler.ir.instructions.StringInterpolationInstr
Packages that use StringInterpolationInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of StringInterpolationInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type StringInterpolationInstrModifier and TypeClassDescription(package private) final classGenerates JVM bytecode for STRING_INTERPOLATION IR instructions.Methods in org.ek9lang.compiler.backend.jvm with parameters of type StringInterpolationInstrModifier and TypeMethodDescriptionvoidStringInterpolationAsmGenerator.accept(StringInterpolationInstr instr) Generate JVM bytecode for a string interpolation instruction.voidOutputVisitor.visit(StringInterpolationInstr stringInterpolationInstr) Typed visit method for StringInterpolationInstr - delegates to specialized generator. -
Uses of StringInterpolationInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return StringInterpolationInstrModifier and TypeMethodDescriptionstatic StringInterpolationInstrStringInterpolationInstr.interpolate(String result, List<IRInstr> setupInstructions, List<StringInterpolationPart> parts, String scopeId, DebugInfo debugInfo) Create a string interpolation instruction.