Uses of Class
serp.bytecode.LookupSwitchInstruction
Packages that use LookupSwitchInstruction
-
Uses of LookupSwitchInstruction in serp.bytecode
Methods in serp.bytecode that return LookupSwitchInstructionModifier and TypeMethodDescriptionLookupSwitchInstruction.addCase
(int match, Instruction target) Add a case to this switch.Code.lookupswitch()
Thelookupswitch
opcode.LookupSwitchInstruction.setCases
(int[] matches, Instruction[] targets) Set the match-jumppt pairs for this switch.LookupSwitchInstruction.setDefaultOffset
(int offset) Synonymous withJumpInstruction.setOffset(int)
.LookupSwitchInstruction.setDefaultTarget
(Instruction ins) Synonymous withJumpInstruction.setTarget(serp.bytecode.Instruction)
. -
Uses of LookupSwitchInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LookupSwitchInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterLookupSwitchInstruction
(LookupSwitchInstruction obj) void
PrettyPrintVisitor.enterLookupSwitchInstruction
(LookupSwitchInstruction obj) void
BCVisitor.exitLookupSwitchInstruction
(LookupSwitchInstruction obj)