ParserGetOperatorInfoForToken Method |
Get the OperatorInfo structure for the current token.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public ParserOperatorInfo GetOperatorInfoForToken(
string tokenText
)
Parameters
- tokenText
- Type: SystemString
Return Value
Type:
ParserOperatorInfoSee Also