|
||||||||||
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.WrapperBoolean
public class WrapperBoolean
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 |
---|
public boolean b
Constructor Detail |
---|
public WrapperBoolean()
public WrapperBoolean(boolean a)
a
- A boolean value for the field.public WrapperBoolean(java.lang.Boolean a)
a
- A Boolean value for the field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |