コード例 #1
0
 public EbnfBlockLexerRule(EbnfLexerRule lexerRule)
 {
     LexerRule = lexerRule;
 }
コード例 #2
0
 public EbnfBlockLexerRule(EbnfLexerRule lexerRule)
 {
     LexerRule = lexerRule;
     _hashCode = ComputeHashCode();
 }
コード例 #3
0
ファイル: EbnfBlock.cs プロジェクト: bilsaboob/Pliant
 public EbnfBlockLexerRule(EbnfLexerRule lexerRule)
 {
     LexerRule = lexerRule;
     _hashCode = ComputeHashCode();
 }