org.apache.bcel.generic
public class PUTSTATIC extends FieldInstruction implements ExceptionThrower, PopInstruction
Stack: ..., value -> ...OR
Stack: ..., value.word1, value.word2 -> ...
Constructor Summary | |
---|---|
PUTSTATIC(int index) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
int | consumeStack(ConstantPoolGen cpg) |
Class[] | getExceptions() |
Parameters: v Visitor object