java.io.Serializable, java.lang.Cloneable, ExceptionThrower, IndexedInstruction, LoadClass, PopInstruction, StackConsumer, TypedInstructionpublic class PUTSTATIC extends FieldInstruction implements ExceptionThrower, PopInstruction
Stack: ..., value -> ...OR
Stack: ..., value.word1, value.word2 -> ...
indexlength, opcode| Constructor | Description |
|---|---|
PUTSTATIC(int index) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
int |
consumeStack(ConstantPoolGen cpg) |
This method also gives right results for instructions whose
effect on the stack depends on the constant pool entry they
reference.
|
java.lang.Class[] |
getExceptions() |
dump, getIndex, initFromFile, setIndex, toStringgetFieldName, getFieldSize, getFieldType, getType, toStringgetClassName, getClassType, getLoadClassType, getName, getReferenceType, getSignaturecopy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toStringpublic int consumeStack(ConstantPoolGen cpg)
InstructionconsumeStack in interface StackConsumerconsumeStack in class Instructionpublic java.lang.Class[] getExceptions()
getExceptions in interface ExceptionThrowerpublic void accept(Visitor v)
accept in class Instructionv - Visitor object