ataspectj.instrumentation.wrapper
Class WrapperShort

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

public class WrapperShort
extends Wrapper

Author:
Marco Poggi

Field Summary
 short b
          It stores a short value.
 
Constructor Summary
WrapperShort()
          The Default Constructor.
WrapperShort(short a)
          The Constructor of the class.
WrapperShort(java.lang.Short 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 short b
It stores a short value.

Constructor Detail

WrapperShort

public WrapperShort()
The Default Constructor.


WrapperShort

public WrapperShort(short a)
The Constructor of the class.

Parameters:
a - A short value for the field.

WrapperShort

public WrapperShort(java.lang.Short a)
The Constructor of the class.

Parameters:
a - A short value for the field.