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