Class PowerMockExpressionEditor
java.lang.Object
javassist.expr.ExprEditor
org.powermock.core.transformers.javassist.support.PowerMockExpressionEditor
public final class PowerMockExpressionEditor
extends javassist.expr.ExprEditor
-
Constructor Summary
ConstructorsConstructorDescriptionPowerMockExpressionEditor(TransformStrategy strategy, javassist.CtClass clazz, Class<?> mockGetawayClass) -
Method Summary
Methods inherited from class javassist.expr.ExprEditor
doit, edit, edit, edit, edit
-
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:
editin classjavassist.expr.ExprEditor- Throws:
javassist.CannotCompileException
-
edit
public void edit(javassist.expr.MethodCall m) throws javassist.CannotCompileException - Overrides:
editin classjavassist.expr.ExprEditor- Throws:
javassist.CannotCompileException
-
edit
public void edit(javassist.expr.ConstructorCall c) throws javassist.CannotCompileException - Overrides:
editin classjavassist.expr.ExprEditor- Throws:
javassist.CannotCompileException
-
edit
public void edit(javassist.expr.FieldAccess f) throws javassist.CannotCompileException - Overrides:
editin classjavassist.expr.ExprEditor- Throws:
javassist.CannotCompileException
-