Uses of Interface
org.teavm.model.instructions.SwitchTableEntryReader
-
Packages that use SwitchTableEntryReader Package Description org.teavm.model.instructions org.teavm.model.util -
-
Uses of SwitchTableEntryReader in org.teavm.model.instructions
Classes in org.teavm.model.instructions that implement SwitchTableEntryReader Modifier and Type Class Description classSwitchTableEntryMethod parameters in org.teavm.model.instructions with type arguments of type SwitchTableEntryReader Modifier and Type Method Description voidAbstractInstructionReader. choose(VariableReader condition, List<? extends SwitchTableEntryReader> table, BasicBlockReader defaultTarget)voidInstructionReader. choose(VariableReader condition, List<? extends SwitchTableEntryReader> table, BasicBlockReader defaultTarget) -
Uses of SwitchTableEntryReader in org.teavm.model.util
Method parameters in org.teavm.model.util with type arguments of type SwitchTableEntryReader Modifier and Type Method Description voidInstructionCopyReader. choose(VariableReader condition, List<? extends SwitchTableEntryReader> table, BasicBlockReader defaultTarget)
-