Class ContextInsensitiveReachingDefs
java.lang.Object
com.ibm.wala.examples.analysis.dataflow.ContextInsensitiveReachingDefs
Computes interprocedural reaching definitions for static fields in a context-insensitive manner.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionanalyze()
run the analysisgetNodeAndInstrForNumber
(int num) gets putstatic instruction corresponding to some fact number from a bitvector in the analysis result
-
Constructor Details
-
ContextInsensitiveReachingDefs
-
-
Method Details
-
analyze
run the analysis- Returns:
- the solver used for the analysis, which contains the analysis result
-
getNodeAndInstrForNumber
-