Class ReadWriteCorrelation


  • public class ReadWriteCorrelation
    extends Correlation
    The most basic form of correlation: an intra-procedurally correlated pair of a dynamic property read and a dynamic property write.
    • Constructor Detail

      • ReadWriteCorrelation

        public ReadWriteCorrelation​(com.ibm.wala.cast.ir.ssa.AbstractReflectiveGet get,
                                    com.ibm.wala.cast.ir.ssa.AbstractReflectivePut put,
                                    java.lang.String indexName,
                                    java.util.Set<java.lang.String> flownThroughLocals)