public class PUTFIELD extends FieldInstruction implements PopInstruction, ExceptionThrower
Stack: ..., objectref, value -> ...OR
Stack: ..., objectref, value.word1, value.word2 -> ...
indexlength, opcode| Constructor and Description |
|---|
PUTFIELD(int index) |
| Modifier and Type | Method and 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.
|
Class[] |
getExceptions() |
getFieldName, getFieldSize, getFieldType, getType, toStringgetClassName, getClassType, getLoadClassType, getName, getSignaturedump, getIndex, initFromFile, setIndex, toStringcopy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toStringpublic int consumeStack(ConstantPoolGen cpg)
InstructionconsumeStack in interface StackConsumerconsumeStack in class Instructionpublic Class[] getExceptions()
getExceptions in interface ExceptionThrowerpublic void accept(Visitor v)
accept in class Instructionv - Visitor objectCopyright © 2018–2021 mhoffrogge. All rights reserved.