Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
LookupSwitchInstruction |
LookupSwitchInstruction.addCase(int match,
Instruction target)
Add a case to this switch.
|
LookupSwitchInstruction |
Code.lookupswitch()
The
lookupswitch opcode. |
LookupSwitchInstruction |
LookupSwitchInstruction.setCases(int[] matches,
Instruction[] targets)
Set the match-jumppt pairs for this switch.
|
LookupSwitchInstruction |
LookupSwitchInstruction.setDefaultOffset(int offset)
Synonymous with
JumpInstruction.setOffset(int) . |
LookupSwitchInstruction |
LookupSwitchInstruction.setDefaultTarget(Instruction ins)
Synonymous with
JumpInstruction.setTarget(serp.bytecode.Instruction) . |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterLookupSwitchInstruction(LookupSwitchInstruction obj) |
void |
PrettyPrintVisitor.enterLookupSwitchInstruction(LookupSwitchInstruction obj) |
void |
BCVisitor.exitLookupSwitchInstruction(LookupSwitchInstruction obj) |
Copyright © 2002–2019. All rights reserved.