org.apache.bcel.generic
public class PUTFIELD extends FieldInstruction implements PopInstruction, ExceptionThrower
Stack: ..., objectref, value -> ...OR
Stack: ..., objectref, value.word1, value.word2 -> ...
Version: $Id: PUTFIELD.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| PUTFIELD()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| PUTFIELD(int index) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| int | consumeStack(ConstantPoolGen cpg) |
| Class[] | getExceptions() |
Parameters: v Visitor object