Пример #1
0
 protected LexerPath ConfigureNewLexerPath(LexerPath lexerPath)
 {
     CurrentLexerPathId += 1;
     lexerPath.CurrentToken.LexerPathId = CurrentLexerPathId;
     lexerPath.LexerPathID = CurrentLexerPathId;
     LexerPathMap.Add(CurrentLexerPathId, lexerPath);
     return(lexerPath);
 }