Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
Modifier and Type | Class and Description |
---|---|
class |
IIncInstruction
The
iinc instruction. |
class |
LoadInstruction
Loads a value from the locals table to the stack.
|
class |
RetInstruction
The
ret instruction is used in the implementation of finally. |
class |
StoreInstruction
An instruction to store a value from a local variable onto the stack.
|
class |
WideInstruction
The
wide instruction, which is used to allow other
instructions to index values beyond what they can normally index baed
on the length of their arguments. |
Modifier and Type | Method and Description |
---|---|
LocalVariableInstruction |
LocalVariableInstruction.setLocal(int index)
Set the index of the local variable that this instruction operates on.
|
LocalVariableInstruction |
LocalVariableInstruction.setLocalVariable(LocalVariable local)
Set the local variable object this instruction
operates on.
|
LocalVariableInstruction |
LocalVariableInstruction.setParam(int param)
Set the method parameter that this instruction operates on.
|
Copyright © 2002–2019. All rights reserved.