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 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 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 voidBytecodeLanguage.InstructionPrinter. visitSwitch(OpCode op, SwitchInfo switchInfo)
-