Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
TableSwitchInstruction |
TableSwitchInstruction.addTarget(Instruction target)
Add a target to this switch.
|
TableSwitchInstruction |
TableSwitchInstruction.setDefaultOffset(int offset)
Synonymous with
JumpInstruction.setOffset(int) . |
TableSwitchInstruction |
TableSwitchInstruction.setDefaultTarget(Instruction ins)
Synonymous with
JumpInstruction.setTarget(serp.bytecode.Instruction) . |
TableSwitchInstruction |
TableSwitchInstruction.setHigh(int high) |
TableSwitchInstruction |
TableSwitchInstruction.setLow(int low) |
TableSwitchInstruction |
TableSwitchInstruction.setTargets(Instruction[] targets)
Set the jump points for this switch.
|
TableSwitchInstruction |
Code.tableswitch()
The
tableswitch opcode. |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterTableSwitchInstruction(TableSwitchInstruction obj) |
void |
PrettyPrintVisitor.enterTableSwitchInstruction(TableSwitchInstruction obj) |
void |
BCVisitor.exitTableSwitchInstruction(TableSwitchInstruction obj) |
Copyright © 2002–2019. All rights reserved.