| |
|
| java.lang.Object ch.ethz.prose.engine.JoinPointRequest ch.ethz.prose.engine.FieldAccessRequest
FieldAccessRequest | public class FieldAccessRequest extends JoinPointRequest implements JoinPointKinds,ClassSpecific(Code) | | Class FieldAccessRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine to stop when it encounters an access on the field
denoted by this request. A corresponding
FieldAccessEvent will be posted to the listeners
registered in the join point manager.
version: $Revision: 1.1.1.1 $ author: Andrei Popovici author: Gerard Roos |
FieldAccessRequest | public FieldAccessRequest(Field f, JoinPointManager o)(Code) | | Constructor.
Parameters: f - Field to set the watch at. Parameters: o - Reference to the JoinPointManager to set and clear jvmai-watches. |
clearWatch | protected void clearWatch()(Code) | | |
getField | public Field getField()(Code) | | Implements method of interface FieldSpecific.
|
getMask | public int getMask()(Code) | | |
getTargetClass | public Class getTargetClass()(Code) | | Implements method of interface ClassSpecific.
|
hashCode | public int hashCode()(Code) | | |
|
|
|