|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.weaver.ShadowDummy.Memento
public static class ShadowDummy.Memento
Momento class holds a snapshot of the state of the ShadowDummy class.
| Constructor Summary | |
|---|---|
ShadowDummy.Memento(int count,
int beginMethod,
int endMethod,
int beginLock,
int endLock,
int getUserObject)
Constructs a Momento of an ShadowDummy state. |
|
| Method Summary | |
|---|---|
int |
diffBeginLock(ShadowDummy.Memento old)
Begin lock count difference. |
int |
diffBeginMethod(ShadowDummy.Memento old)
Begin method count difference. |
int |
diffCount(ShadowDummy.Memento old)
'count' difference. |
int |
diffEndLock(ShadowDummy.Memento old)
End lock count difference. |
int |
diffEndMethod(ShadowDummy.Memento old)
End method count difference. |
int |
diffGetObject(ShadowDummy.Memento old)
getObject() method count difference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShadowDummy.Memento(int count,
int beginMethod,
int endMethod,
int beginLock,
int endLock,
int getUserObject)
count - The snapshot count.beginMethod - The snapshot beginMethod value.endMethod - The snapshot endMethod value.beginLock - The snapshot beginLock value.endLock - The snapshot endLock value.getUserObject - The snapshot getUserObject value.| Method Detail |
|---|
public int diffCount(ShadowDummy.Memento old)
old - The previous snapshot
public int diffBeginMethod(ShadowDummy.Memento old)
old - The previous snapshot
public int diffEndMethod(ShadowDummy.Memento old)
old - The previous snapshot
public int diffBeginLock(ShadowDummy.Memento old)
old - The previous snapshot
public int diffEndLock(ShadowDummy.Memento old)
old - The previous snapshot
public int diffGetObject(ShadowDummy.Memento old)
old - The previous snapshot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||