ataspectj.instrumentation.wrapper
Class WrapperBoolean

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

public class WrapperBoolean
extends Wrapper

Author:
Marco Poggi

Field Summary
 boolean b
          It store a boolean value.
 
Constructor Summary
WrapperBoolean()
          The Default Constructor.
WrapperBoolean(boolean a)
          The Constructor of the class.
WrapperBoolean(java.lang.Boolean 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 boolean b
It store a boolean value.

Constructor Detail

WrapperBoolean

public WrapperBoolean()
The Default Constructor.


WrapperBoolean

public WrapperBoolean(boolean a)
The Constructor of the class.

Parameters:
a - A boolean value for the field.

WrapperBoolean

public WrapperBoolean(java.lang.Boolean a)
The Constructor of the class.

Parameters:
a - A Boolean value for the field.