|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javar.methods.Argument
This is an argument to a JVM opcode.
| Field Summary | |
protected long |
data
|
| Constructor Summary | |
Argument(long d)
Constructor |
|
| Method Summary | |
abstract byte[] |
getBytes()
This will convert this argument to bytes |
long |
getData()
This will get the byte that of this argument |
String |
toString()
This will return a string representation of this arguments. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected long data
| Constructor Detail |
public Argument(long d)
| Method Detail |
public long getData()
public String toString()
toString in class Objectpublic abstract byte[] getBytes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||