Package sootup.core.jimple.common.expr
Class JXorExpr
java.lang.Object
sootup.core.jimple.common.expr.AbstractBinopExpr
sootup.core.jimple.common.expr.AbstractIntLongBinopExpr
sootup.core.jimple.common.expr.JXorExpr
- All Implemented Interfaces:
EquivTo
,Value
,Expr
,Acceptor<ExprVisitor>
An expression that computes a binary XOR of two operands.
-
Constructor Summary
-
Method Summary
Methods inherited from class sootup.core.jimple.common.expr.AbstractIntLongBinopExpr
getType
Methods inherited from class sootup.core.jimple.common.expr.AbstractBinopExpr
equivHashCode, equivTo, getOp1, getOp2, getUses, toString, toString
-
Constructor Details
-
JXorExpr
-
-
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
-