Uses of Interface
soot.jimple.CastExpr

Packages that use CastExpr
soot.dava.toolkits.base.AST.analysis   
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.jimple.spark.builder   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of CastExpr in soot.dava.toolkits.base.AST.analysis
 

Methods in soot.dava.toolkits.base.AST.analysis with parameters of type CastExpr
 void Analysis.caseCastExpr(CastExpr ce)
           
 void AnalysisAdapter.caseCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.caseCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.caseCastExpr(CastExpr ce)
           
 void AnalysisAdapter.caseCastExpr(CastExpr ce)
           
 void Analysis.caseCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.inCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.inCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.outCastExpr(CastExpr ce)
           
 void DepthFirstAdapter.outCastExpr(CastExpr ce)
           
 

Uses of CastExpr in soot.grimp
 

Methods in soot.grimp that return CastExpr
 CastExpr Grimp.newCastExpr(Value op1, Type t)
          Constructs a CastExpr(Expr, Type) grammar chunk.
 CastExpr Grimp.newCastExpr(Value op1, Type t)
          Constructs a CastExpr(Expr, Type) grammar chunk.
 

Methods in soot.grimp with parameters of type CastExpr
 void GrimpExprSwitch.caseCastExpr(CastExpr v)
           
 void GrimpExprSwitch.caseCastExpr(CastExpr v)
           
 

Uses of CastExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement CastExpr
 class GCastExpr
           
 

Uses of CastExpr in soot.jimple
 

Methods in soot.jimple that return CastExpr
 CastExpr Jimple.newCastExpr(Value op1, Type t)
          Constructs a CastExpr(Immediate, Type) grammar chunk.
 CastExpr Jimple.newCastExpr(Value op1, Type t)
          Constructs a CastExpr(Immediate, Type) grammar chunk.
 

Methods in soot.jimple with parameters of type CastExpr
 void AbstractExprSwitch.caseCastExpr(CastExpr v)
           
 void AbstractJimpleValueSwitch.caseCastExpr(CastExpr v)
           
 void ExprSwitch.caseCastExpr(CastExpr v)
           
 void ExprSwitch.caseCastExpr(CastExpr v)
           
 void AbstractJimpleValueSwitch.caseCastExpr(CastExpr v)
           
 void AbstractExprSwitch.caseCastExpr(CastExpr v)
           
protected  void PointerStmtSwitch.caseCastStmt(Local dest, Local src, CastExpr c)
          A statement of the form l = (cl) v;
protected  void PointerStmtSwitch.caseCastStmt(Local dest, Local src, CastExpr c)
          A statement of the form l = (cl) v;
 

Uses of CastExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement CastExpr
 class AbstractCastExpr
           
 class JCastExpr
           
 

Uses of CastExpr in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type CastExpr
 void MethodNodeFactory.caseCastExpr(CastExpr ce)
           
 void MethodNodeFactory.caseCastExpr(CastExpr ce)
           
 

Uses of CastExpr in soot.sootify
 

Methods in soot.sootify with parameters of type CastExpr
 void ValueTemplatePrinter.caseCastExpr(CastExpr v)
           
 void ValueTemplatePrinter.caseCastExpr(CastExpr v)
           
 

Uses of CastExpr in soot.toolkits.exceptions
 

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