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