Uses of Class
org.ek9lang.compiler.ir.ControlFlowChainInstr
Packages that use ControlFlowChainInstr
-
Uses of ControlFlowChainInstr in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return ControlFlowChainInstrModifier and TypeMethodDescriptionstatic ControlFlowChainInstrControlFlowChainInstr.controlFlowChain(ControlFlowChainDetails details) Create a unified switch chain block instruction. -
Uses of ControlFlowChainInstr in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return ControlFlowChainInstrModifier and TypeMethodDescriptionIRInstructionBuilder.createControlFlowChain(List<Object> elements) Create a control flow chain instruction using current context.