|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to determine whether a field reference should be instrumented.
Method Summary | |
boolean |
shouldInstrumentField(String className,
String fieldName)
Should this field definition be instrumented? |
boolean |
shouldTransformFieldAccess(String transformingClassName,
String fieldOwnerClassName,
String fieldName)
Should we instrument *access to* the given field. |
Method Detail |
public boolean shouldInstrumentField(String className, String fieldName)
className
- The name of the class currently being processedfieldName
- The name of the field being checked.
public boolean shouldTransformFieldAccess(String transformingClassName, String fieldOwnerClassName, String fieldName)
shouldInstrumentField(java.lang.String, java.lang.String)
in that here we are talking about a particular usage of
a field.
transformingClassName
- The class currently being transformed.fieldOwnerClassName
- The name of the class owning this field being checked.fieldName
- The name of the field being checked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |