Uses of Class
serp.bytecode.TableSwitchInstruction
-
Packages that use TableSwitchInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of TableSwitchInstruction in serp.bytecode
Methods in serp.bytecode that return TableSwitchInstruction Modifier and Type Method Description TableSwitchInstructionTableSwitchInstruction. addTarget(Instruction target)Add a target to this switch.TableSwitchInstructionTableSwitchInstruction. setDefaultOffset(int offset)Synonymous withJumpInstruction.setOffset(int).TableSwitchInstructionTableSwitchInstruction. setDefaultTarget(Instruction ins)Synonymous withJumpInstruction.setTarget(serp.bytecode.Instruction).TableSwitchInstructionTableSwitchInstruction. setHigh(int high)TableSwitchInstructionTableSwitchInstruction. setLow(int low)TableSwitchInstructionTableSwitchInstruction. setTargets(Instruction[] targets)Set the jump points for this switch.TableSwitchInstructionCode. tableswitch()Thetableswitchopcode. -
Uses of TableSwitchInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type TableSwitchInstruction Modifier and Type Method Description voidBCVisitor. enterTableSwitchInstruction(TableSwitchInstruction obj)voidPrettyPrintVisitor. enterTableSwitchInstruction(TableSwitchInstruction obj)voidBCVisitor. exitTableSwitchInstruction(TableSwitchInstruction obj)
-