Uses of Interface
soot.jimple.UshrExpr

Packages that use UshrExpr
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.sootify   
soot.toolkits.exceptions   
 

Uses of UshrExpr in soot.grimp
 

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

Methods in soot.grimp with parameters of type UshrExpr
 void GrimpExprSwitch.caseUshrExpr(UshrExpr v)
           
 void GrimpExprSwitch.caseUshrExpr(UshrExpr v)
           
 

Uses of UshrExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement UshrExpr
 class GUshrExpr
           
 

Uses of UshrExpr in soot.jimple
 

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

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

Uses of UshrExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement UshrExpr
 class JUshrExpr
           
 

Uses of UshrExpr in soot.sootify
 

Methods in soot.sootify with parameters of type UshrExpr
 void ValueTemplatePrinter.caseUshrExpr(UshrExpr v)
           
 void ValueTemplatePrinter.caseUshrExpr(UshrExpr v)
           
 

Uses of UshrExpr in soot.toolkits.exceptions
 

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