Click or drag to resize

ParserProcessToken Method

Process the current token using the specified flags, returning a CodeObject if successful, otherwise returns null and the unrecognized token is saved in the Unused list for later.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CodeObject ProcessToken(
	CodeObject parent,
	ParseFlags flags = ParseFlags.None
)

Parameters

parent
Type: Nova.CodeDOMCodeObject
flags (Optional)
Type: Nova.ParsingParseFlags

Return Value

Type: CodeObject
See Also