ParserAddOperatorParsePoint Method (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.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static void AddOperatorParsePoint(
string token,
int priority,
int precedence,
bool leftAssociative,
bool isUnary,
ParserParseDelegate callback,
params Type[] contextTypes
)
Parameters
- token
- Type: SystemString
- priority
- Type: SystemInt32
- precedence
- Type: SystemInt32
- leftAssociative
- Type: SystemBoolean
- isUnary
- Type: SystemBoolean
- callback
- Type: Nova.ParsingParserParseDelegate
- contextTypes
- Type: SystemType
See Also