|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.instrumentation.wrapper.Wrapper
ataspectj.instrumentation.wrapper.WrapperChar
public class WrapperChar
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 |
---|
public char b
Constructor Detail |
---|
public WrapperChar()
public WrapperChar(char a)
a
- A char value for the field.public WrapperChar(java.lang.Character a)
a
- A Character value for the field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |