Uses of Class
org.ek9lang.compiler.ir.LabelInstr
Packages that use LabelInstr
-
Uses of LabelInstr in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir 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.