Uses of Interface
sootup.core.jimple.common.expr.Expr
Packages that use Expr
Package
Description
-
Uses of Expr in sootup.codepropertygraph.propertygraph.nodes
Methods in sootup.codepropertygraph.propertygraph.nodes that return ExprConstructors in sootup.codepropertygraph.propertygraph.nodes with parameters of type Expr -
Uses of Expr in sootup.core.jimple.common.expr
Classes in sootup.core.jimple.common.expr that implement ExprModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
final class
An expression that adds two numbers.final class
An expression that computes a binary AND of two operands.final class
An expression that casts a value to a certain type.final class
final class
final class
final class
An expression that divides a number by another.final class
final class
An expression that checks whether two value are equal.final class
An expression that checks whether operand 1 >= operand 2.final class
An expression that checks whether operand 1 > operand 2.final class
An expression that checks whether a value is of a certain type.final class
An expression that invokes an interface method.final class
An expression that checks whether operand 1 <= operand 2.final class
An expression that returns the length of an array.final class
An expression that checks whether operand 1 < operand 2.final class
An expression that multiplies two numbers.final class
The opposite ofJEqExpr
final class
An expression that negates its operand (-).final class
An expression that creates a new array of a certain type and a certain size.final class
An expression that creates a new instance of a class.final class
LikeJNewArrayExpr
, but for multi-dimensional arrays.final class
An expression that computes a binary OR of two operands.final class
final class
An expression that computes a % b.final class
An expression that shifts its operand to the left (<<).final class
An expression that shifts its operand to the left (>>).final class
An expression that invokes a special method (e.g.final class
An expression that invokes a static method.final class
An expression that subtracts operand 2 from operand 1.final class
Similar toJShrExpr
, but shifts zero into the leftmost position.final class
An expression that invokes a virtual method.final class
An expression that computes a binary XOR of two operands. -
Uses of Expr in sootup.core.jimple.visitor
Fields in sootup.core.jimple.visitor declared as ExprMethods in sootup.core.jimple.visitor that return ExprMethods in sootup.core.jimple.visitor with parameters of type ExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.defaultCaseExpr
(Expr expr) void
AbstractValueVisitor.defaultCaseExpr
(Expr expr) void
ExprVisitor.defaultCaseExpr
(Expr expr) void
ReplaceUseExprVisitor.defaultCaseExpr
(Expr expr) void
ReplaceUseExprVisitor.errorHandler
(Expr expr) protected void