Example #1
0
 public void SetStates(BitSet b)
 {
     this.states = b;
 }
Example #2
0
 public void SetNFABit(BitSet b)
 {
     nfa_bit = b;
 }