protected class MethodExecutionTransformer.MethodTransformation extends Object
Constructor and Description |
---|
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtMethod method) |
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtMethod method,
String originalName,
javassist.CtMethod wmethod,
String wrappedName) |
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtMethod method,
String originalName,
javassist.CtMethod wmethod,
String wrappedName,
long hash) |
Modifier and Type | Method and Description |
---|---|
javassist.CtClass |
getClazz() |
String |
getClazzName() |
long |
getHash() |
Instrumentor |
getInstrumentor() |
javassist.CtMethod |
getMethod() |
String |
getOriginalName() |
javassist.CtMethod |
getWMethod() |
String |
getWrappedName() |
void |
setWMethod(javassist.CtMethod wmethod,
String wrappedName) |
void |
setWMethodBody(String code) |
public MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method)
public MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method, String originalName, javassist.CtMethod wmethod, String wrappedName)
public MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method, String originalName, javassist.CtMethod wmethod, String wrappedName, long hash)
public void setWMethod(javassist.CtMethod wmethod, String wrappedName)
public void setWMethodBody(String code) throws javassist.CannotCompileException
javassist.CannotCompileException
public String getOriginalName()
public String getWrappedName()
public javassist.CtClass getClazz()
public String getClazzName()
public javassist.CtMethod getMethod()
public javassist.CtMethod getWMethod()
public long getHash()
public Instrumentor getInstrumentor()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.