|
Class Summary |
| ANewArray |
Instantiate a new array |
| BinaryInstruction |
A binary instruction consists of a command and one one byte operand,
therefore its size is 2 bytes |
| CheckCast |
check an object cast |
| ClassInstruction |
Used for object creational and object checking instructions |
| CPRefInstruction |
a constant pool refernece instruction is an instruction composite of
the command and a short refering into the cp table. |
| FieldrefInstruction |
Just a constructor for the creation of a fieldreference instructions |
| GetField |
The GetField instruction, retrieves data from an instance variable |
| GetStatic |
The GetStatic instruction, retrieves data from a static instance variable |
| InstanceOf |
check an object instance |
| Instruction |
An instruction is a operation executed in java and consists either of
no operand or one operand. |
| InstructionDisassembler |
This class just disassembles opcodes to instructions |
| InvokeInterface |
A invoke interface instruction is used by calling a interface method. |
| InvokeSpecial |
Invoke a initialisation method |
| InvokeStatic |
Invoke a static method |
| InvokeVirtual |
Invoke a implemented method |
| JumpInstruction |
a jump instruction refers to another instruction if expression evaluates
to true |
| LDC |
a LDC_W instruction, loads an int, byte, short, char or string from
the cp |
| LDC_W |
a LDC_W instruction, loads an int, byte, short, char or string from
the cp |
| LDC2_W |
a LDC2_W instruction, loads a double or float from the cp |
| LookupSwitchInstruction |
A Lookup switch instruction is used to represent switch statements. |
| MethodrefInstruction |
Just a constructor for the creation of a methodreference instructions. |
| MultiANewArray |
Creates a multidimensional array |
| New |
Instantiate a new object |
| NewArray |
A newarray instruction instanciate a array |
| PutField |
The PutField instruction, stores data in an instance variable |
| PutStatic |
The PutStatic instruction, stores data in a static instance variable |
| ShortCPRefInstruction |
This cpreference instruction has as an operand just a byte representing
a valid index into the cp table |
| TableSwitchInstruction |
A Lookup switch instruction is used to represent switch statements. |
| TrinaryInstruction |
A binary instruction consists of a command and two one byte operands,
therefore its size is 3 bytes |
| UnaryInstruction |
An unaryinstruction consists only of a command with no operands. |
| WideBinaryInstruction |
A binary instruction consists of a command and one two bytes operand,
therefore its size is 3 bytes |