ataspectj.instrumentation.wrapper
Class WrapperDouble

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

public class WrapperDouble
extends Wrapper

Author:
Marco Poggi

Field Summary
 double b
           
 
Constructor Summary
WrapperDouble()
          The Default Constructor.
WrapperDouble(double a)
          The Constructor of the class.
WrapperDouble(java.lang.Double 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 double b
Constructor Detail

WrapperDouble

public WrapperDouble()
The Default Constructor.


WrapperDouble

public WrapperDouble(double a)
The Constructor of the class.

Parameters:
a - A double value for the field.

WrapperDouble

public WrapperDouble(java.lang.Double a)
The Constructor of the class.

Parameters:
a - A Double value for the field.