JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
SEARCH:
Uses of Class
javassist.expr.NewExpr
Packages that use
NewExpr
Package
Description
javassist.expr
This package contains the classes for modifying a method body.
Uses of
NewExpr
in
javassist.expr
Methods in
javassist.expr
with parameters of type
NewExpr
Modifier and Type
Method
Description
void
ExprEditor.
edit
(
NewExpr
e)
Edits a
new
expression (overridable).