de.twenty11.unitprofile.agent
Class ProfilingExprEditor
java.lang.Object
javassist.expr.ExprEditor
de.twenty11.unitprofile.agent.ProfilingExprEditor
public class ProfilingExprEditor
- extends javassist.expr.ExprEditor
|
Method Summary |
void |
edit(javassist.expr.ConstructorCall c)
|
void |
edit(javassist.expr.FieldAccess f)
|
void |
edit(javassist.expr.Handler h)
|
void |
edit(javassist.expr.MethodCall mc)
|
void |
edit(javassist.expr.NewArray newArray)
|
void |
edit(javassist.expr.NewExpr newExpression)
|
| Methods inherited from class javassist.expr.ExprEditor |
doit, edit, edit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilingExprEditor
public ProfilingExprEditor(ProfilingClassFileTransformer fileTransformer,
javassist.CtClass cc)
edit
public void edit(javassist.expr.MethodCall mc)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
edit
public void edit(javassist.expr.ConstructorCall c)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
edit
public void edit(javassist.expr.FieldAccess f)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
edit
public void edit(javassist.expr.Handler h)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
edit
public void edit(javassist.expr.NewArray newArray)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
edit
public void edit(javassist.expr.NewExpr newExpression)
throws javassist.CannotCompileException
- Overrides:
edit in class javassist.expr.ExprEditor
- Throws:
javassist.CannotCompileException
Copyright © 2013. All rights reserved.