net.sf.jour.instrumentor
Class MakeEmptyMethodInstrumentor
java.lang.Object
net.sf.jour.instrumentor.AbstractInstrumentor
net.sf.jour.instrumentor.MakeEmptyMethodInstrumentor
- All Implemented Interfaces:
- Instrumentor
public class MakeEmptyMethodInstrumentor
- extends AbstractInstrumentor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeEmptyMethodInstrumentor
public MakeEmptyMethodInstrumentor()
instrumentClass
public boolean instrumentClass(javassist.CtClass clazz)
throws InterceptorException
- Specified by:
instrumentClass
in class AbstractInstrumentor
- Throws:
InterceptorException
instrumentConstructor
public boolean instrumentConstructor(javassist.CtClass clazz,
javassist.CtConstructor constructor)
throws InterceptorException
- Specified by:
instrumentConstructor
in class AbstractInstrumentor
- Throws:
InterceptorException
instrumentMethod
public boolean instrumentMethod(javassist.CtClass clazz,
javassist.CtMethod method)
throws InterceptorException
- Specified by:
instrumentMethod
in class AbstractInstrumentor
- Throws:
InterceptorException
emptyBody
public static java.lang.String emptyBody(javassist.CtClass returnType)
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.