Exemplo n.º 1
0
 public PredictionBranch(Set <AndPred> andPreds, PredictionTreeOrAlt sub)
 {
     AndPreds = new List <Set <AndPred> >()
     {
         andPreds
     };
     Sub = sub;
 }
Exemplo n.º 2
0
 public PredictionBranch(IPGTerminalSet set, PredictionTreeOrAlt sub, IPGTerminalSet covered)
 {
     Set     = set;
     Sub     = sub;
     Covered = covered;
 }