914391449145914691479148914991509151
SwitchTo(lexState); } public void SwitchTo(int lexState) { if (lexState >= 19 || lexState < 0) throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE); else curLexState = lexState; }
937293739374937593769377937893799380
} if (!EOFSeen) { input_stream.backup(1); error_after = curPos <= 1 ? "" : input_stream.GetImage(); } throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR); } } }
917391749175917691779178917991809181
940294039404940594069407940894099410
952695279528952995309531953295339534
SwitchTo(lexState); } public void SwitchTo(int lexState) { if (lexState >= 21 || lexState < 0) throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE); else curLexState = lexState; }
977397749775977697779778977997809781
946194629463946494659466946794689469
970897099710971197129713971497159716
938093819382938393849385938693879388
962796289629963096319632963396349635