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 JLengthExprModifier and TypeMethodDescriptiondefault JLengthExpr
Expr.asJLengthExpr()
JLengthExpr.asJLengthExpr()
@NonNull JLengthExpr
Methods in sootup.core.jimple.common.expr that return types with arguments of type JLengthExprModifier and TypeMethodDescriptiondefault Optional<JLengthExpr>
Expr.toJLengthExpr()
JLengthExpr.toJLengthExpr()
-
Uses of JLengthExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JLengthExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.caseLengthExpr
(@NonNull JLengthExpr expr) void
AbstractValueVisitor.caseLengthExpr
(@NonNull JLengthExpr expr) void
ExprVisitor.caseLengthExpr
(JLengthExpr expr) void
ReplaceUseExprVisitor.caseLengthExpr
(@NonNull JLengthExpr expr) -
Uses of JLengthExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JLengthExprModifier and TypeMethodDescriptionvoid
ExceptionInferExprVisitor.caseLengthExpr
(@NonNull JLengthExpr expr)