CommonTreeAdaptorGetToken Method |
What is the Token associated with this node? If
you are not using CommonTree, then you must
override this in your own adaptor.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic override IToken GetToken(
Object t
)
Public Overrides Function GetToken (
t As Object
) As IToken
Parameters
- t
- Type: SystemObject
[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTreeAdaptor.GetToken(System.Object)"]
Return Value
Type:
IToken[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTreeAdaptor.GetToken(System.Object)"]
Implements
ITreeAdaptorGetToken(Object)
See Also