|
||||||||||
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.WrapperLong
public class WrapperLong
Field Summary | |
---|---|
long |
b
It stores a long value. |
Constructor Summary | |
---|---|
WrapperLong()
The Default Constructor. |
|
WrapperLong(long a)
The Constructor of the class. |
|
WrapperLong(java.lang.Long 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 long b
Constructor Detail |
---|
public WrapperLong()
public WrapperLong(long a)
a
- A long value for the field.public WrapperLong(java.lang.Long a)
a
- A long value for the field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |