Package sootup.core.jimple.common.expr
Class JEqExpr
java.lang.Object
sootup.core.jimple.common.expr.AbstractBinopExpr
sootup.core.jimple.common.expr.AbstractIntBinopExpr
sootup.core.jimple.common.expr.AbstractConditionExpr
sootup.core.jimple.common.expr.JEqExpr
- All Implemented Interfaces:
EquivTo
,Value
,Expr
,Acceptor<ExprVisitor>
An expression that checks whether two value are equal.
-
Constructor Summary
-
Method Summary
Methods inherited from class sootup.core.jimple.common.expr.AbstractIntBinopExpr
getType
Methods inherited from class sootup.core.jimple.common.expr.AbstractBinopExpr
equivHashCode, equivTo, getOp1, getOp2, getUses, toString, toString
-
Constructor Details
-
JEqExpr
-
-
Method Details
-
getSymbol
Description copied from class:AbstractBinopExpr
Returns the unique symbol for an operator.- Specified by:
getSymbol
in classAbstractBinopExpr
-
accept
Description copied from interface:Acceptor
Called when this object is visited. -
withOp1
- Specified by:
withOp1
in classAbstractBinopExpr
-
withOp2
- Specified by:
withOp2
in classAbstractBinopExpr
-