|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV NEXT | ||||||||
Uses of Class
com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction
| Uses of WideBinaryInstruction in com.chaoswg.xtc4y.classdesc.code.instructions |
| Subclasses of WideBinaryInstruction in com.chaoswg.xtc4y.classdesc.code.instructions | |
class |
ANewArray
Instantiate a new array |
class |
CheckCast
check an object cast |
class |
ClassInstruction
Used for object creational and object checking instructions |
class |
CPRefInstruction
a constant pool refernece instruction is an instruction composite of the command and a short refering into the cp table. |
class |
FieldrefInstruction
Just a constructor for the creation of a fieldreference instructions |
class |
GetField
The GetField instruction, retrieves data from an instance variable |
class |
GetStatic
The GetStatic instruction, retrieves data from a static instance variable |
class |
InstanceOf
check an object instance |
class |
InvokeSpecial
Invoke a initialisation method |
class |
InvokeStatic
Invoke a static method |
class |
InvokeVirtual
Invoke a implemented method |
class |
JumpInstruction
a jump instruction refers to another instruction if expression evaluates to true |
class |
LDC_W
a LDC_W instruction, loads an int, byte, short, char or string from the cp |
class |
LDC2_W
a LDC2_W instruction, loads a double or float from the cp |
class |
MethodrefInstruction
Just a constructor for the creation of a methodreference instructions. |
class |
New
Instantiate a new object |
class |
NewArray
A newarray instruction instanciate a array |
class |
PutField
The PutField instruction, stores data in an instance variable |
class |
PutStatic
The PutStatic instruction, stores data in a static instance variable |
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV NEXT | ||||||||