Uses of Class
org.ek9lang.compiler.ir.BranchInstr
Packages that use BranchInstr
-
Uses of BranchInstr in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return BranchInstrModifier and TypeMethodDescriptionBranchInstr.addOperand(String operand) BranchInstr.addOperands(String... operands) static BranchInstrBranchInstr.assertValue(String condition, DebugInfo debugInfo) Create assert instruction with debug info: ASSERT condition.static BranchInstrBranchInstr.returnValue(String value, DebugInfo debugInfo) Create return with value and debug info: RETURN value.static BranchInstrBranchInstr.returnVoid()Create return with no value: RETURN.static BranchInstrBranchInstr.returnVoid(DebugInfo debugInfo) Create return with no value and debug info: RETURN. -
Uses of BranchInstr in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return BranchInstrModifier and TypeMethodDescriptionIRInstructionBuilder.createBranch(String condition, String targetLabel) Create a branch instruction using current context.