javar.methods
Class SignedByte
java.lang.Object
|
+--javar.methods.Argument
|
+--javar.methods.SignedByte
- public class SignedByte
- 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
|
Constructor Summary |
SignedByte(long b)
Constructor |
|
Method Summary |
byte[] |
getBytes()
This will convert this argument to bytes |
SignedByte
public SignedByte(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