Uses of Class
classUtils.javassist.expr.NewExpr

Packages that use NewExpr
classUtils.javassist.expr This package contains the classes for modifying a method body. 
 

Uses of NewExpr in classUtils.javassist.expr
 

Methods in classUtils.javassist.expr with parameters of type NewExpr
 void ExprEditor.edit(NewExpr e)
          Edits a new expression (overridable).