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(int opcode) |
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
WideInstruction.setInstruction(Instruction ins) |
Set the type of instruction this wide instruction modifies.
|
WideInstruction |
Code.wide() |
Add the wide opcode.
|