Uses of Class
com.strobel.assembler.metadata.SwitchInfo
-
Packages that use SwitchInfo Package Description com.strobel.assembler.ir com.strobel.decompiler.ast com.strobel.decompiler.languages -
-
Uses of SwitchInfo in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type SwitchInfo Modifier and Type Method Description static 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 Modifier and Type Field Description static Key<SwitchInfo>
AstKeys. SWITCH_INFO
-
Uses of SwitchInfo in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type SwitchInfo Modifier and Type Method Description void
BytecodeLanguage.InstructionPrinter. visitSwitch(OpCode op, SwitchInfo switchInfo)
-