Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
WideInstruction |
WideInstruction.aload()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.astore()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.dload()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.dstore()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.fload()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.fstore()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.iinc()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.iload()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.istore()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.lload()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.lstore()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.ret()
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.setIncrement(int val)
Set the increment on this instruction if it augments IINC.
|
WideInstruction |
WideInstruction.setInstruction(Instruction ins)
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.setInstruction(int opcode)
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
Code.wide()
Add the
wide opcode. |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterWideInstruction(WideInstruction obj) |
void |
PrettyPrintVisitor.enterWideInstruction(WideInstruction obj) |
void |
BCVisitor.exitWideInstruction(WideInstruction obj) |
Copyright © 2002–2019. All rights reserved.