Click or drag to resize

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
C#
public Token PeekNextToken()

Return Value

Type: Token
See Also