Click or drag to resize

ITreeHasAncestor Method

Is there is a node above with token type ttype?

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

Parameters

ttype
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also