Uses of Class
sootup.core.jimple.common.expr.JNewExpr
Packages that use JNewExpr
Package
Description
-
Uses of JNewExpr in sootup.callgraph
Methods in sootup.callgraph with parameters of type JNewExpr -
Uses of JNewExpr in sootup.core.jimple
Methods in sootup.core.jimple that return JNewExprModifier and TypeMethodDescriptionstatic JNewExpr
Jimple.newNewExpr
(ClassType type) Constructs a NewExpr(RefType) grammar chunk. -
Uses of JNewExpr in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JNewExpr -
Uses of JNewExpr in sootup.core.jimple.common.expr
Methods in sootup.core.jimple.common.expr that return JNewExpr -
Uses of JNewExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JNewExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.caseNewExpr
(JNewExpr expr) void
AbstractValueVisitor.caseNewExpr
(JNewExpr expr) void
ExprVisitor.caseNewExpr
(JNewExpr expr) void
ReplaceUseExprVisitor.caseNewExpr
(JNewExpr expr)