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