Example #1
0
 public void Add(Atom terminal, DfaState target)
 {
     Add(new DfaTransition(terminal, target));
 }