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()Thetableswitchopcode. -
Uses of TableSwitchInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type TableSwitchInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterTableSwitchInstruction(TableSwitchInstruction obj) voidPrettyPrintVisitor.enterTableSwitchInstruction(TableSwitchInstruction obj) voidBCVisitor.exitTableSwitchInstruction(TableSwitchInstruction obj)