|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV NEXT | ||||||||
Uses of Class
com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction
| Uses of CPRefInstruction in com.chaoswg.xtc4y.classdesc.code.instructions |
| Subclasses of CPRefInstruction 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 |
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 |
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 |
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 | ||||||||