Ejemplo n.º 1
0
 public Dataflow([NonNull] CFG cfg, [NonNull] IDataflowAnalysis analysis)
 {
     this.cfg      = cfg;
     this.analysis = analysis;
     this.inFact   = new Hashtable();
     this.outFact  = new Hashtable();
 }
Ejemplo n.º 2
0
 public Dataflow([NonNull] CFG cfg, [NonNull] IDataflowAnalysis analysis)
 {
     this.cfg = cfg;
     this.analysis = analysis;
     this.inFact = new Hashtable();
     this.outFact = new Hashtable();
 }