Click or drag to resize

ParserAddParsePoint Method (String, Int32, ParserParseDelegate, Type)

Add a parse-point to the parser - the callback is triggered when the token appears in the specified context.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AddParsePoint(
	string token,
	int priority,
	ParserParseDelegate callback,
	params Type[] contextTypes
)

Parameters

token
Type: SystemString
priority
Type: SystemInt32
callback
Type: Nova.ParsingParserParseDelegate
contextTypes
Type: SystemType
See Also