javar.methods
Class SignedInteger

java.lang.Object
  |
  +--javar.methods.Argument
        |
        +--javar.methods.SignedInteger

public class SignedInteger
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
SignedInteger(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

SignedInteger

public SignedInteger(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