Frames | No Frames |
Classes derived from org.apache.bcel.generic.FieldInstruction | |
class | GETFIELD - Fetch field from object
Stack: ..., objectref -> ..., valueOR Stack: ..., objectref -> ..., value.word1, value.word2 |
class | GETSTATIC - Fetch static field from class
Stack: ..., -> ..., valueOR Stack: ..., -> ..., value.word1, value.word2 |
class | PUTFIELD - Put field in object
Stack: ..., objectref, value -> ... |
class | PUTSTATIC - Put static field in class
Stack: ..., value -> ... |
Methods with parameter type org.apache.bcel.generic.FieldInstruction | |
void | |
void |
Methods with return type org.apache.bcel.generic.FieldInstruction | |
FieldInstruction | Create a field instruction. |
Methods with parameter type org.apache.bcel.generic.FieldInstruction | |
void | Ensures the general preconditions of a FieldInstruction instance. |