Uses of Class
serp.bytecode.TableSwitchInstruction
Packages that use TableSwitchInstruction
-
Uses of TableSwitchInstruction in serp.bytecode
Methods in serp.bytecode that return TableSwitchInstructionModifier and TypeMethodDescriptionTableSwitchInstruction.addTarget
(Instruction target) Add a target to this switch.TableSwitchInstruction.setDefaultOffset
(int offset) Synonymous withJumpInstruction.setOffset(int)
.TableSwitchInstruction.setDefaultTarget
(Instruction ins) Synonymous withJumpInstruction.setTarget(serp.bytecode.Instruction)
.TableSwitchInstruction.setHigh
(int high) TableSwitchInstruction.setLow
(int low) TableSwitchInstruction.setTargets
(Instruction[] targets) Set the jump points for this switch.Code.tableswitch()
Thetableswitch
opcode. -
Uses of TableSwitchInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type TableSwitchInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterTableSwitchInstruction
(TableSwitchInstruction obj) void
PrettyPrintVisitor.enterTableSwitchInstruction
(TableSwitchInstruction obj) void
BCVisitor.exitTableSwitchInstruction
(TableSwitchInstruction obj)