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