Class PowerMockExpressionEditor

java.lang.Object
javassist.expr.ExprEditor
org.powermock.core.transformers.javassist.support.PowerMockExpressionEditor

public final class PowerMockExpressionEditor extends javassist.expr.ExprEditor
  • Constructor Details

    • PowerMockExpressionEditor

      public PowerMockExpressionEditor(TransformStrategy strategy, javassist.CtClass clazz, Class<?> mockGetawayClass)
  • Method Details

    • edit

      public void edit(javassist.expr.NewExpr e) throws javassist.CannotCompileException
      Overrides:
      edit in class javassist.expr.ExprEditor
      Throws:
      javassist.CannotCompileException
    • edit

      public void edit(javassist.expr.MethodCall m) 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