Uses of Class
org.ek9lang.compiler.ir.instructions.ControlFlowChainInstr
Packages that use ControlFlowChainInstr
-
Uses of ControlFlowChainInstr in org.ek9lang.compiler.backend.jvm
Methods in org.ek9lang.compiler.backend.jvm with parameters of type ControlFlowChainInstrModifier and TypeMethodDescriptionvoidControlFlowChainAsmGenerator.generate(ControlFlowChainInstr instr) Dispatch to appropriate generator based on chain type.voidDoWhileLoopAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for do-while loop.voidGuardedAssignmentAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for guarded assignment.voidIfElseAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for if/else statement.voidQuestionOperatorAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for question operator.voidSwitchAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for switch statement.voidWhileLoopAsmGenerator.generate(ControlFlowChainInstr instr) Generate bytecode for while loop.voidOutputVisitor.visit(ControlFlowChainInstr instr) Typed visit method for ControlFlowChainInstr - delegates to specialized generator. -
Uses of ControlFlowChainInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ControlFlowChainInstrModifier and TypeMethodDescriptionstatic ControlFlowChainInstrControlFlowChainInstr.controlFlowChain(ControlFlowChainDetails details) Create a unified switch chain block instruction.