Beispiel #1
0
 public int GetLexerRuleIndex(ILexerRule lexerRule)
 {
     return(_lexerRules.IndexOf(lexerRule));
 }