|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IKoratTouchable
IKoratTouchable interface is applied to all instrumented classes. I allows to
invoke __korat_touch() operation and transitively access
(touch) all fields of given object and all objects reachable from it.
The default implementation of this interface is provided during instrumentation.
| Field Summary | |
|---|---|
static String |
koratTouchedName
|
static String |
touchInitName
|
static String |
touchName
|
| Method Summary | |
|---|---|
void |
__korat__touch__initialize()
To avoid loops and multiple field accesses, there must be a tag which denotes if the field has been visited or not. |
void |
__korat__touch()
Touch operation touches (accesses) all fields of given object and all objects reachable from it. |
| Field Detail |
|---|
static final String koratTouchedName
static final String touchName
static final String touchInitName
| Method Detail |
|---|
void __korat__touch__initialize()
void __korat__touch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||