Uses of Interface
soot.jimple.OrExpr

Packages that use OrExpr
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 OrExpr in soot.grimp
 

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

Methods in soot.grimp with parameters of type OrExpr
 void GrimpExprSwitch.caseOrExpr(OrExpr v)
           
 

Uses of OrExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement OrExpr
 class GOrExpr
           
 

Uses of OrExpr in soot.jimple
 

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

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

Uses of OrExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement OrExpr
 class JOrExpr
           
 

Uses of OrExpr in soot.toolkits.exceptions
 

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