Uses of Class
com.strobel.assembler.metadata.SwitchInfo
Packages that use SwitchInfo
Package
Description
-
Uses of SwitchInfo in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type SwitchInfoModifier and TypeMethodDescriptionstatic InstructionInstruction.create(OpCode opCode, SwitchInfo switchInfo) voidInstructionVisitor.visitSwitch(OpCode opCode, SwitchInfo switchInfo) voidStackMappingVisitor.InstructionAnalyzer.visitSwitch(OpCode code, SwitchInfo switchInfo) -
Uses of SwitchInfo in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast with type parameters of type SwitchInfo -
Uses of SwitchInfo in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type SwitchInfoModifier and TypeMethodDescriptionvoidBytecodeLanguage.InstructionPrinter.visitSwitch(OpCode op, SwitchInfo switchInfo)