|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.byteman.agent.Location
org.jboss.byteman.agent.Location.AccessLocation
private abstract static class Location.AccessLocation
location identifying a generic access trigger point
Field Summary | |
---|---|
protected int |
count
count identifying which access should be taken as the trigger point. |
protected int |
flags
flags identifying which type of access should be used to identify the trigger. |
protected boolean |
whenComplete
flag which is false if the trigger should be inserted before the field access is performed and true if it should be inserted after |
Fields inherited from class org.jboss.byteman.agent.Location |
---|
ACCESS_READ, ACCESS_WRITE |
Constructor Summary | |
---|---|
protected |
Location.AccessLocation(int count,
int flags,
boolean whenComplete)
|
Method Summary | |
---|---|
protected static Location |
create(java.lang.String parameters,
int flags,
boolean whenComplete)
create a location identifying a method entry trigger point |
LocationType |
getLocationType()
identify the type of this location |
Methods inherited from class org.jboss.byteman.agent.Location |
---|
create, getRuleAdapter, getRuleCheckAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int count
protected int flags
protected boolean whenComplete
Constructor Detail |
---|
protected Location.AccessLocation(int count, int flags, boolean whenComplete)
Method Detail |
---|
protected static Location create(java.lang.String parameters, int flags, boolean whenComplete)
parameters
- the text of the parameters appended to the location specifierwhenComplete
- false if the trigger should be inserted before the access is performed
and true if it should be inserted after
public LocationType getLocationType()
Location
getLocationType
in class Location
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |