コード例 #1
0
 public VariableLengthGrammarElement(VariableLengthGrammarElementType type, SymbolSet set)
 {
     Sets = new SymbolSetCollection()
     {
         Capacity = 1
     };
     _type = type;
     AddElement(set);
 }
コード例 #2
0
 public VariableLengthGrammarElement()
 {
     Sets = new SymbolSetCollection();
 }
コード例 #3
0
 public LiteralGrammarElement()
 {
     Sets = new SymbolSetCollection();
 }