de.twenty11.unitprofile.agent
Class ProfilingExprEditor

java.lang.Object
  extended by javassist.expr.ExprEditor
      extended by de.twenty11.unitprofile.agent.ProfilingExprEditor

public class ProfilingExprEditor
extends javassist.expr.ExprEditor


Constructor Summary
ProfilingExprEditor(ProfilingClassFileTransformer fileTransformer, javassist.CtClass cc)
           
 
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
 

Constructor Detail

ProfilingExprEditor

public ProfilingExprEditor(ProfilingClassFileTransformer fileTransformer,
                           javassist.CtClass cc)
Method Detail

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.