Example #1
0
 public YieldPredicateInfo(YieldPredicateDecl i_decl)
 {
     decl           = i_decl;
     translatedName = null;
 }
Example #2
0
 public void AddYieldPredicate(YieldPredicateDecl decl)
 {
     yieldPredicates[decl.Name] = new YieldPredicateInfo(decl);
 }