Uses of Interface
soot.jimple.NewExpr

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

Methods in soot.grimp with parameters of type NewExpr
 void GrimpExprSwitch.caseNewExpr(NewExpr v)
           
 void GrimpExprSwitch.caseNewExpr(NewExpr v)
           
 

Uses of NewExpr in soot.jimple
 

Methods in soot.jimple that return NewExpr
 NewExpr Jimple.newNewExpr(RefType type)
          Constructs a NewExpr(RefType) grammar chunk.
 NewExpr Jimple.newNewExpr(RefType type)
          Constructs a NewExpr(RefType) grammar chunk.
 

Methods in soot.jimple with parameters of type NewExpr
 void AbstractExprSwitch.caseNewExpr(NewExpr v)
           
 void AbstractJimpleValueSwitch.caseNewExpr(NewExpr v)
           
 void ExprSwitch.caseNewExpr(NewExpr v)
           
 void ExprSwitch.caseNewExpr(NewExpr v)
           
 void AbstractJimpleValueSwitch.caseNewExpr(NewExpr v)
           
 void AbstractExprSwitch.caseNewExpr(NewExpr v)
           
protected  void PointerStmtSwitch.caseNewStmt(Local dest, NewExpr e)
          A new statement
protected  void PointerStmtSwitch.caseNewStmt(Local dest, NewExpr e)
          A new statement
 

Uses of NewExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement NewExpr
 class AbstractNewExpr
           
 class JNewExpr
           
 

Uses of NewExpr in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type NewExpr
 void MethodNodeFactory.caseNewExpr(NewExpr ne)
           
 void MethodNodeFactory.caseNewExpr(NewExpr ne)
           
 

Uses of NewExpr in soot.sootify
 

Methods in soot.sootify with parameters of type NewExpr
 void ValueTemplatePrinter.caseNewExpr(NewExpr v)
           
 void ValueTemplatePrinter.caseNewExpr(NewExpr v)
           
 

Uses of NewExpr in soot.toolkits.exceptions
 

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