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
ConstructorsConstructorDescriptionReadWriteCorrelation(AbstractReflectiveGet get, AbstractReflectivePut put, String indexName, Set<String> flownThroughLocals) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(CorrelationVisitor<T> visitor) getEndPosition(SSASourcePositionMap positions) getStartPosition(SSASourcePositionMap positions) pp(SSASourcePositionMap positions) Methods inherited from class Correlation
getFlownThroughLocals, getIndexName
-
Constructor Details
-
ReadWriteCorrelation
public ReadWriteCorrelation(AbstractReflectiveGet get, AbstractReflectivePut put, String indexName, Set<String> flownThroughLocals)
-
-
Method Details
-
getStartPosition
- Specified by:
getStartPositionin classCorrelation
-
getEndPosition
- Specified by:
getEndPositionin classCorrelation
-
pp
- Specified by:
ppin classCorrelation
-
accept
- Specified by:
acceptin classCorrelation
-