コード例 #1
0
ファイル: Error.cs プロジェクト: richardy2012/blue
 internal static int ERLexer(ManualParser.Lexer.ErrorCode e)
 {
     return(((int)e) + 2000);
 }
コード例 #2
0
ファイル: Error.cs プロジェクト: richardy2012/blue
 internal ErrorException(ManualParser.Lexer.ErrorCode e, FileRange location, string stMessage)
     : this(ERLexer(e), location, stMessage)
 {
 }