ataspectj.instrumentation.wrapper
Class WrapperFloat

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

public class WrapperFloat
extends Wrapper

Author:
Marco Poggi

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

WrapperFloat

public WrapperFloat()
The Default Constructor.


WrapperFloat

public WrapperFloat(float a)
The Constructor of the class.

Parameters:
a - A float value for the field.

WrapperFloat

public WrapperFloat(java.lang.Float a)
The Constructor of the class.

Parameters:
a - A Float value for the field.