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
Syntaxpublic virtual IDictionary<string, int> ComputeTokenTypes(
string[] tokenNames
)
Public Overridable Function ComputeTokenTypes (
tokenNames As String()
) As IDictionary(Of String, Integer)
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