Uses of Class
org.teavm.model.instructions.SwitchInstruction
-
Packages that use SwitchInstruction Package Description org.teavm.model org.teavm.model.instructions org.teavm.model.util -
-
Uses of SwitchInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type SwitchInstruction Modifier and Type Method Description voidInstructionReadVisitor. visit(SwitchInstruction insn) -
Uses of SwitchInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return SwitchInstruction Modifier and Type Method Description SwitchInstructionSwitchTableEntry. getInstruction()Methods in org.teavm.model.instructions with parameters of type SwitchInstruction Modifier and Type Method Description voidAbstractInstructionVisitor. visit(SwitchInstruction insn)voidInstructionVisitor. visit(SwitchInstruction insn) -
Uses of SwitchInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type SwitchInstruction Modifier and Type Method Description voidBasicBlockMapper. visit(SwitchInstruction insn)voidDefinitionExtractor. visit(SwitchInstruction insn)voidInstructionVariableMapper. visit(SwitchInstruction insn)voidTransitionExtractor. visit(SwitchInstruction insn)voidUsageExtractor. visit(SwitchInstruction insn)
-