Uses of Interface
soot.jimple.NewArrayExpr

Packages that use NewArrayExpr
soot.dava.internal.javaRep   
soot.dava.toolkits.base.AST   
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 NewArrayExpr in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement NewArrayExpr
 class DNewArrayExpr
           
 

Uses of NewArrayExpr in soot.dava.toolkits.base.AST
 

Methods in soot.dava.toolkits.base.AST with parameters of type NewArrayExpr
 void ASTAnalysis.analyseNewArrayExpr(NewArrayExpr v)
           
 void ASTAnalysis.analyseNewArrayExpr(NewArrayExpr v)
           
 

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

Methods in soot.dava.toolkits.base.AST.analysis with parameters of type NewArrayExpr
 void Analysis.caseNewArrayExpr(NewArrayExpr nae)
           
 void AnalysisAdapter.caseNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.caseNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.caseNewArrayExpr(NewArrayExpr nae)
           
 void AnalysisAdapter.caseNewArrayExpr(NewArrayExpr nae)
           
 void Analysis.caseNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.inNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.inNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.outNewArrayExpr(NewArrayExpr nae)
           
 void DepthFirstAdapter.outNewArrayExpr(NewArrayExpr nae)
           
 

Uses of NewArrayExpr in soot.grimp
 

Methods in soot.grimp that return NewArrayExpr
 NewArrayExpr Grimp.newNewArrayExpr(Type type, Value size)
          Constructs a NewArrayExpr(Type, Expr) grammar chunk.
 NewArrayExpr Grimp.newNewArrayExpr(Type type, Value size)
          Constructs a NewArrayExpr(Type, Expr) grammar chunk.
 

Methods in soot.grimp with parameters of type NewArrayExpr
 void GrimpExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void GrimpExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 

Uses of NewArrayExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement NewArrayExpr
 class GNewArrayExpr
           
 

Uses of NewArrayExpr in soot.jimple
 

Methods in soot.jimple that return NewArrayExpr
 NewArrayExpr Jimple.newNewArrayExpr(Type type, Value size)
          Constructs a NewArrayExpr(Type, Immediate) grammar chunk.
 NewArrayExpr Jimple.newNewArrayExpr(Type type, Value size)
          Constructs a NewArrayExpr(Type, Immediate) grammar chunk.
 

Methods in soot.jimple with parameters of type NewArrayExpr
 void AbstractExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void AbstractJimpleValueSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void ExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void ExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void AbstractJimpleValueSwitch.caseNewArrayExpr(NewArrayExpr v)
           
 void AbstractExprSwitch.caseNewArrayExpr(NewArrayExpr v)
           
protected  void PointerStmtSwitch.caseNewArrayStmt(Local dest, NewArrayExpr e)
          A newarray statement
protected  void PointerStmtSwitch.caseNewArrayStmt(Local dest, NewArrayExpr e)
          A newarray statement
 

Uses of NewArrayExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement NewArrayExpr
 class AbstractNewArrayExpr
           
 class JNewArrayExpr
           
 

Uses of NewArrayExpr in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type NewArrayExpr
 void MethodNodeFactory.caseNewArrayExpr(NewArrayExpr nae)
           
 void MethodNodeFactory.caseNewArrayExpr(NewArrayExpr nae)
           
 

Uses of NewArrayExpr in soot.sootify
 

Methods in soot.sootify with parameters of type NewArrayExpr
 void ValueTemplatePrinter.caseNewArrayExpr(NewArrayExpr v)
           
 void ValueTemplatePrinter.caseNewArrayExpr(NewArrayExpr v)
           
 

Uses of NewArrayExpr in soot.toolkits.exceptions
 

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