javar.methods
Class SignedShort
java.lang.Object
|
+--javar.methods.Argument
|
+--javar.methods.SignedShort
- public class SignedShort
- extends Argument
This is an argument to a JVM opcode. This is simply a
signed byte, which is the same as a regular byte.
- Author:
- Ben Litchfield
|
Method Summary |
byte[] |
getBytes()
This will convert this argument to bytes |
SignedShort
public SignedShort(long b)
- Constructor
getBytes
public byte[] getBytes()
- This will convert this argument to bytes
- Specified by:
getBytes in class Argument
- Returns:
- The bytes that make this argument