Uses of Class
org.ek9lang.compiler.ir.instructions.LabelInstr
Packages that use LabelInstr
Package
Description
-
Uses of LabelInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type LabelInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for LabelInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type LabelInstrModifier and TypeMethodDescriptionvoidLabelInstrAsmGenerator.accept(LabelInstr labelInstr) Generate JVM label placement for a label instruction.voidOutputVisitor.visit(LabelInstr labelInstr) Typed visit method for LabelInstr - delegates to specialized generator. -
Uses of LabelInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return LabelInstrModifier and TypeMethodDescriptionLabelInstr.addOperand(String operand) static LabelInstrCreate label instruction: LABEL label_name.static LabelInstrCreate label instruction with debug info: LABEL label_name. -
Uses of LabelInstr in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return LabelInstrModifier and TypeMethodDescriptionIRInstructionBuilder.createLabel(String labelPrefix) Create a label instruction using current context.