Click or drag to resize

CommonTreeNodeStream Constructor (ITreeAdaptor, Object)

Initializes a new instance of the CommonTreeNodeStream class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public CommonTreeNodeStream(
	ITreeAdaptor adaptor,
	Object tree
)

Parameters

adaptor
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITreeAdaptor

[Missing <param name="adaptor"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTreeNodeStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

tree
Type: SystemObject

[Missing <param name="tree"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTreeNodeStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.Object)"]

See Also