ParserPeekNextToken Method |
Peek ahead at the next unparsed token, skipping comments.
Peek-ahead tokens are saved in a special queue so they are still processed by NextToken().
Returns null on EOF or if a compiler directive ('#') is encountered.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Token PeekNextToken()
Return Value
Type:
TokenSee Also