org.apache.bcel.generic
public class GETSTATIC extends FieldInstruction implements PushInstruction, ExceptionThrower
Stack: ..., -> ..., valueOR
Stack: ..., -> ..., value.word1, value.word2
Version: $Id: GETSTATIC.java 152690 2001-10-29 19:59:54Z jvanzyl $
| 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