示例#1
0
 public SSLex(SSLexTable q_table, SSLexConsumer q_consumer)
 {
     this.m_table       = q_table;
     this.m_consumer    = q_consumer;
     this.m_currentChar = new char[1];
 }
示例#2
0
 public MDXGrammarLexClass(SSLexTable q_table, SSLexConsumer q_consumer) : base(q_table, q_consumer)
 {
     this.m_Comments = new List <string>();
 }
示例#3
0
 public ConditionLexClass(SSLexTable q_table, SSLexConsumer q_consumer)
     : base(q_table: q_table, q_consumer: q_consumer)
 {
 }