Click or drag to resize

TreeWizardComputeTokenTypes Method

Compute a Map<String, Integer> that is an inverted index of tokenNames (which maps int token types to names).

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual IDictionary<string, int> ComputeTokenTypes(
	string[] tokenNames
)

Parameters

tokenNames
Type: SystemString

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

Return Value

Type: IDictionaryString, Int32

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

See Also