Click or drag to resize

ParserGetIdentifier Method

Get the current token if it's an identifier, otherwise return null; also, advance to the next token.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Token GetIdentifier()

Return Value

Type: Token
See Also