Click or drag to resize

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
Syntax
public override IToken GetToken(
	Object t
)

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