Click or drag to resize

TreeWizardGetTokenType Method

Using the map of token names to token types, return the type.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual int GetTokenType(
	string tokenName
)

Parameters

tokenName
Type: SystemString

[Missing <param name="tokenName"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.GetTokenType(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.GetTokenType(System.String)"]

See Also