"git@mist.dsic.upv.es:program-slicing/SDG.git" did not exist on "31840e6e8284faa0a0fceda0bb6dec7e69fdec6b"
Newer
Older
import tfm.graphs.CFG;
import tfm.graphs.PDG;
import tfm.graphs.SDG;
public static final GraphOptions<CFG> CFG = new CFGOptions();
public static final GraphOptions<PDG> PDG = new PDGOptions();
public static final GraphOptions<SDG> SDG = new SDGOptions();