Click or drag to resize

ITreeGetAncestor Method

Walk upwards and get first ancestor with this token type.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
ITree GetAncestor(
	int ttype
)

Parameters

ttype
Type: SystemInt32

[Missing <param name="ttype"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree.GetAncestor(System.Int32)"]

Return Value

Type: ITree

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree.GetAncestor(System.Int32)"]

See Also