ataspectj.instrumentation.wrapper
Class WrapperInt

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

public class WrapperInt
extends Wrapper

Author:
Marco Poggi

Field Summary
 int b
          It store a int value.
 
Constructor Summary
WrapperInt()
          The default Constructor
WrapperInt(int a)
          The Constructor of the class.
WrapperInt(java.lang.Integer 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 int b
It store a int value.

Constructor Detail

WrapperInt

public WrapperInt()
The default Constructor


WrapperInt

public WrapperInt(int a)
The Constructor of the class.

Parameters:
a - An int value for the field.

WrapperInt

public WrapperInt(java.lang.Integer a)
The Constructor of the class.

Parameters:
a - An Integer value for the field.