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

Field Summary
 
Fields inherited from class javar.methods.Argument
data
 
Constructor Summary
SignedByte(long b)
          Constructor
 
Method Summary
 byte[] getBytes()
          This will convert this argument to bytes
 
Methods inherited from class javar.methods.Argument
getData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignedByte

public SignedByte(long b)
Constructor

Method Detail

getBytes

public byte[] getBytes()
This will convert this argument to bytes

Specified by:
getBytes in class Argument
Returns:
The bytes that make this argument