Uses of Class
de.mirkosertic.bytecoder.core.ir.TableSwitch
-
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type TableSwitch Modifier and Type Method Description void
JSStructuredControlflowCodeGenerator. startTableSwitch(TableSwitch node)
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type TableSwitch Modifier and Type Method Description void
OpenCLStructuredControlflowCodeGenerator. startTableSwitch(TableSwitch node)
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.backend.sequencer
Methods in de.mirkosertic.bytecoder.core.backend.sequencer with parameters of type TableSwitch Modifier and Type Method Description void
StructuredControlflowCodeGenerator. startTableSwitch(TableSwitch node)
private void
Sequencer. visit(TableSwitch node, java.util.Stack<Sequencer.Block> as)
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type TableSwitch Modifier and Type Method Description void
WasmStructuredControlflowCodeGenerator. startTableSwitch(TableSwitch node)
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return TableSwitch Modifier and Type Method Description TableSwitch
Graph. newTableSwitch(int min, int max)
-