|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.xtc4y.classdesc.code.instructions
Class GetStatic

java.lang.Objectcom.chaoswg.xtc4y.classdesc.code.instructions.Instruction
com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction
com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction
com.chaoswg.xtc4y.classdesc.code.instructions.FieldrefInstruction
com.chaoswg.xtc4y.classdesc.code.instructions.GetStatic
- public class GetStatic
- extends FieldrefInstruction
The GetStatic instruction, retrieves data from a static instance variable
| Field Summary |
| Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction |
ANEWARRAY, CHECKCAST, GETFIELD, GETSTATIC, INSTANCEOF, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, LDC_W, LDC2_W, NEW, PUTFIELD, PUTSTATIC |
| Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction |
NEWARRAY, SIPUSH |
| Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.Instruction |
|
| Constructor Summary | |
GetStatic(com.chaoswg.xtc4y.classdesc.FieldrefCPEntry cpEntry)
Creates a GetStatic instruction |
|
| Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction |
getOperand, handleOperand, toString |
| Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction |
getNumberOfUsedBytes, write |
| Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.Instruction |
getCommand, getIndex, getOpcode, resolveIndices, setIndex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
GetStatic
public GetStatic(com.chaoswg.xtc4y.classdesc.FieldrefCPEntry cpEntry)
- Creates a GetStatic instruction
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC