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 Instruction
Instruction.create
(OpCode opCode, SwitchInfo switchInfo) void
InstructionVisitor.visitSwitch
(OpCode opCode, SwitchInfo switchInfo) void
StackMappingVisitor.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 TypeMethodDescriptionvoid
BytecodeLanguage.InstructionPrinter.visitSwitch
(OpCode op, SwitchInfo switchInfo)