Uses of Class
org.teavm.model.instructions.SwitchInstruction
Packages that use SwitchInstruction
-
Uses of SwitchInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type SwitchInstruction -
Uses of SwitchInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return SwitchInstructionMethods in org.teavm.model.instructions with parameters of type SwitchInstructionModifier and TypeMethodDescriptionvoidAbstractInstructionVisitor.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 SwitchInstructionModifier and TypeMethodDescriptionvoidBasicBlockMapper.visit(SwitchInstruction insn) voidDefinitionExtractor.visit(SwitchInstruction insn) voidInstructionVariableMapper.visit(SwitchInstruction insn) voidTransitionExtractor.visit(SwitchInstruction insn) voidUsageExtractor.visit(SwitchInstruction insn)