|
|||||||||
| Home >> All >> com >> ghettojedi >> opp >> [ instrumentation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.ghettojedi.opp.instrumentation
Class WriteCallSet

java.lang.Objectcom.ghettojedi.opp.instrumentation.WriteCallSet
- public class WriteCallSet
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
target
|
private java.util.Collection |
writers
|
| Constructor Summary | |
WriteCallSet(java.lang.String target,
java.util.Collection writers)
|
|
| Method Summary | |
(package private) boolean |
contains(java.lang.String methodName)
|
(package private) boolean |
isAssignableFrom(ClassPool pool,
CtClass type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
target
private java.lang.String target
writers
private java.util.Collection writers
| Constructor Detail |
WriteCallSet
public WriteCallSet(java.lang.String target, java.util.Collection writers)
| Method Detail |
isAssignableFrom
boolean isAssignableFrom(ClassPool pool,
CtClass type)
throws NotFoundException
contains
boolean contains(java.lang.String methodName)
|
|||||||||
| Home >> All >> com >> ghettojedi >> opp >> [ instrumentation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.ghettojedi.opp.instrumentation.WriteCallSet