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 protected bool ParseExpectedToken(
Parser parser,
string token
)
Parameters
- parser
- Type: Nova.ParsingParser
- token
- Type: SystemString
Return Value
Type:
BooleanTrue if the token was successfully parse, otherwise false.
See Also