ataspectj.instrumentation.wrapper
Class WrapperLong

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

public class WrapperLong
extends Wrapper

Author:
Marco Poggi

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

Constructor Detail

WrapperLong

public WrapperLong()
The Default Constructor.


WrapperLong

public WrapperLong(long a)
The Constructor of the class.

Parameters:
a - A long value for the field.

WrapperLong

public WrapperLong(java.lang.Long a)
The Constructor of the class.

Parameters:
a - A long value for the field.