Click or drag to resize

BaseTreeHasAncestor Method

Walk upwards looking for 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
public virtual bool HasAncestor(
	int ttype
)

Parameters

ttype
Type: SystemInt32

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

Return Value

Type: Boolean

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

Implements

ITreeHasAncestor(Int32)
See Also