Stack: ..., objectref -> ..., valueOR
Stack: ..., objectref -> ..., value.word1, value.word2
Access | Constructor and Description |
---|---|
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Implements abstract com. |
public Class | |
public int | produceStack(final ConstantPoolGen cpg)
Overrides com. Implements com. |
GETFIELD | back to summary |
---|---|
pack-priv GETFIELD() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
GETFIELD | back to summary |
---|---|
public GETFIELD(final int index) |
accept | back to summary |
---|---|
public void accept(final Visitor v) Implements abstract com. Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last. |
getExceptions | back to summary |
---|---|
public Class Implements com.
|
produceStack | back to summary |
---|---|
public int produceStack(final ConstantPoolGen cpg) Overrides com. Implements com. Doc from com. This method also gives right results for instructions whose effect on the stack depends on the constant pool entry they reference.
|