Uses of Class
de.mirkosertic.bytecoder.core.ir.TableSwitch
Packages that use TableSwitch
Package
Description
-
Uses of TableSwitch in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type TableSwitchModifier and TypeMethodDescriptionvoid
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 TableSwitchModifier and TypeMethodDescriptionvoid
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 TableSwitchModifier and TypeMethodDescriptionvoid
StructuredControlflowCodeGenerator.startTableSwitch
(TableSwitch node) private void
Sequencer.visit
(TableSwitch node, 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 TableSwitchModifier and TypeMethodDescriptionvoid
WasmStructuredControlflowCodeGenerator.startTableSwitch
(TableSwitch node) -
Uses of TableSwitch in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return TableSwitch