Class PropCycle


  • public class PropCycle
    extends Propagator
    Propagates points-to sets using an on-line cycle detection algorithm based on Heintze and Tardieu, PLDI 2000.
    Author:
    Ondrej Lhotak
    • Constructor Detail

      • PropCycle

        public PropCycle​(PAG pag)
    • Method Detail

      • propagate

        public void propagate()
        Actually does the propagation.
        Specified by:
        propagate in class Propagator