Stack: ... -> ...
Modifier and Type | Field and Description |
---|---|
private int | |
private boolean |
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 final int | Returns: index of local variable containg the return addressImplements com. |
public Type | Returns: return address typeImplements com. |
protected void | initFromFile(final ByteSequence
byte sequence to read from bytes, final boolean "wide" instruction flag wide)Overrides com. |
public final void | setIndex(final int n)
Implements com. |
private void | |
public String | Returns: mnemonic for instructionlong/short format switch verbose)Overrides com. |
RET | back to summary |
---|---|
pack-priv RET() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
RET | back to summary |
---|---|
public RET(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.
|
getIndex | back to summary |
---|---|
public final int getIndex() Implements com.
|
getType | back to summary |
---|---|
public Type getType(final ConstantPoolGen cp) Implements com. |
initFromFile | back to summary |
---|---|
protected void initFromFile(final ByteSequence bytes, final boolean wide) throws IOException Overrides com. Read needed data (e.g. index) from file.
|
setIndex | back to summary |
---|---|
public final void setIndex(final int n) Implements com. Set index of local variable containg the return address
|
setWide | back to summary |
---|---|
private void setWide() |
toString | back to summary |
---|---|
public String toString(final boolean verbose) Overrides com. Doc from com. Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")" |