ParserAddParsePoint Method |
Name | Description | |
---|---|---|
AddParsePoint(String, ParserParseDelegate) |
Add a parse-point to the parser - the callback is triggered when the token is found.
| |
AddParsePoint(String, ParserParseDelegate, Type) |
Add a parse-point to the parser - the callback is triggered when the token appears in the specified context.
| |
AddParsePoint(String, Int32, ParserParseDelegate) |
Add a parse-point to the parser - the callback is triggered when the token is found.
| |
AddParsePoint(String, Int32, ParserParseDelegate, Type) |
Add a parse-point to the parser - the callback is triggered when the token appears in the specified context.
|