Click or drag to resize

ITreeAdaptorGetTokenStartIndex Method

Get the token start index for this subtree; return -1 if no such index

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
int GetTokenStartIndex(
	Object t
)

Parameters

t
Type: SystemObject

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetTokenStartIndex(System.Object)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetTokenStartIndex(System.Object)"]

See Also