Uses of Interface
soot.jimple.XorExpr

Packages that use XorExpr
soot.grimp Public classes for the Grimp intermediate representation. 
soot.grimp.internal Internal, messy, implementation-specific classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.toolkits.exceptions   
 

Uses of XorExpr in soot.grimp
 

Methods in soot.grimp that return XorExpr
 XorExpr Grimp.newXorExpr(Value op1, Value op2)
          Constructs a XorExpr(Expr, Expr) grammar chunk.
 

Methods in soot.grimp with parameters of type XorExpr
 void GrimpExprSwitch.caseXorExpr(XorExpr v)
           
 

Uses of XorExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement XorExpr
 class GXorExpr
           
 

Uses of XorExpr in soot.jimple
 

Methods in soot.jimple that return XorExpr
 XorExpr Jimple.newXorExpr(Value op1, Value op2)
          Constructs a XorExpr(Immediate, Immediate) grammar chunk.
 

Methods in soot.jimple with parameters of type XorExpr
 void AbstractExprSwitch.caseXorExpr(XorExpr v)
           
 void AbstractJimpleValueSwitch.caseXorExpr(XorExpr v)
           
 void ExprSwitch.caseXorExpr(XorExpr v)
           
 

Uses of XorExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement XorExpr
 class JXorExpr
           
 

Uses of XorExpr in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type XorExpr
 void UnitThrowAnalysis.ValueSwitch.caseXorExpr(XorExpr expr)