Click or drag to resize

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
C#
public ParserOperatorInfo GetOperatorInfoForToken(
	string tokenText
)

Parameters

tokenText
Type: SystemString

Return Value

Type: ParserOperatorInfo
See Also