ataspectj.instrumentation.wrapper
Class WrapperByte

java.lang.Object
  extended by ataspectj.instrumentation.wrapper.Wrapper
      extended by ataspectj.instrumentation.wrapper.WrapperByte

public class WrapperByte
extends Wrapper

Author:
Marco Poggi

Field Summary
 byte b
          It stores the byte value.
 
Constructor Summary
WrapperByte()
          The Default Constructor.
WrapperByte(byte a)
          The Constructor of the class.
WrapperByte(java.lang.Byte a)
          The Constructor of the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

public byte b
It stores the byte value.

Constructor Detail

WrapperByte

public WrapperByte()
The Default Constructor.


WrapperByte

public WrapperByte(byte a)
The Constructor of the class.

Parameters:
a - A byte value for the field.

WrapperByte

public WrapperByte(java.lang.Byte a)
The Constructor of the class.

Parameters:
a - A Byte value for the field.