ataspectj.instrumentation.wrapper
Class WrapperChar

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

public class WrapperChar
extends Wrapper

Author:
Marco Poggi

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

WrapperChar

public WrapperChar()
The Default Constructor.


WrapperChar

public WrapperChar(char a)
The Constructor of the class.

Parameters:
a - A char value for the field.

WrapperChar

public WrapperChar(java.lang.Character a)
The Constructor of the class.

Parameters:
a - A Character value for the field.