Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
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 void | dump(final DataOutputStream
Output stream out)Overrides com. |
public Class |
INVOKEVIRTUAL | back to summary |
---|---|
pack-priv INVOKEVIRTUAL() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
INVOKEVIRTUAL | back to summary |
---|---|
public INVOKEVIRTUAL(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. |
dump | back to summary |
---|---|
public void dump(final DataOutputStream out) throws IOException Overrides com. Dump instruction as byte code to stream out.
|
getExceptions | back to summary |
---|---|
public Class Implements com.
|