Exemple #1
0
 internal static int ERLexer(ManualParser.Lexer.ErrorCode e)
 {
     return(((int)e) + 2000);
 }
Exemple #2
0
 internal ErrorException(ManualParser.Lexer.ErrorCode e, FileRange location, string stMessage)
     : this(ERLexer(e), location, stMessage)
 {
 }