Click or drag to resize

CodeObjectParseExpectedToken Method

Parse the specified expected token, attaching a parse error to the current object if it doesn't exist.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool ParseExpectedToken(
	Parser parser,
	string token
)

Parameters

parser
Type: Nova.ParsingParser
token
Type: SystemString

Return Value

Type: Boolean
True if the token was successfully parse, otherwise false.
See Also