Uses of Class
sootup.core.jimple.common.expr.JLengthExpr
Packages that use JLengthExpr
Package
Description
-
Uses of JLengthExpr in sootup.core.jimple
Methods in sootup.core.jimple that return JLengthExprModifier and TypeMethodDescriptionstatic JLengthExpr
Jimple.newLengthExpr
(Immediate op) Constructs a LengthExpr(Immediate) grammar chunk. -
Uses of JLengthExpr in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JLengthExprModifier and TypeMethodDescriptionboolean
JimpleComparator.caseLengthExpr
(JLengthExpr v, Object o) -
Uses of JLengthExpr in sootup.core.jimple.common.expr
Methods in sootup.core.jimple.common.expr that return JLengthExpr -
Uses of JLengthExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JLengthExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.caseLengthExpr
(JLengthExpr expr) void
AbstractValueVisitor.caseLengthExpr
(JLengthExpr expr) void
ExprVisitor.caseLengthExpr
(JLengthExpr expr) void
ReplaceUseExprVisitor.caseLengthExpr
(JLengthExpr expr)