ParserAddOperatorParsePoint Method |
Name | Description | |
---|---|---|
AddOperatorParsePoint(String, Int32, Boolean, Boolean, ParserParseDelegate) |
Add a parse-point to the parser for an operator - the callback is triggered when the token is found.
| |
AddOperatorParsePoint(String, Int32, Int32, Boolean, Boolean, ParserParseDelegate, Type) |
Add a parse-point to the parser for an operator - the callback is triggered when the token appears in the specified context.
|