Class ReadWriteCorrelation
java.lang.Object
com.ibm.wala.cast.js.ipa.callgraph.correlations.Correlation
com.ibm.wala.cast.js.ipa.callgraph.correlations.ReadWriteCorrelation
The most basic form of correlation: an intra-procedurally correlated pair of a dynamic property
read and a dynamic property write.
- Author:
- mschaefer
-
Constructor Summary
ConstructorDescriptionReadWriteCorrelation
(AbstractReflectiveGet get, AbstractReflectivePut put, String indexName, Set<String> flownThroughLocals) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(CorrelationVisitor<T> visitor) getEndPosition
(SSASourcePositionMap positions) getStartPosition
(SSASourcePositionMap positions) pp
(SSASourcePositionMap positions) Methods inherited from class com.ibm.wala.cast.js.ipa.callgraph.correlations.Correlation
getFlownThroughLocals, getIndexName
-
Constructor Details
-
ReadWriteCorrelation
public ReadWriteCorrelation(AbstractReflectiveGet get, AbstractReflectivePut put, String indexName, Set<String> flownThroughLocals)
-
-
Method Details
-
getStartPosition
- Specified by:
getStartPosition
in classCorrelation
-
getEndPosition
- Specified by:
getEndPosition
in classCorrelation
-
pp
- Specified by:
pp
in classCorrelation
-
accept
- Specified by:
accept
in classCorrelation
-