Click or drag to resize

BufferedTreeNodeStream Constructor (ITreeAdaptor, Object, Int32)

Initializes a new instance of the BufferedTreeNodeStream class

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

Parameters

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

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

tree
Type: SystemObject

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

initialBufferSize
Type: SystemInt32

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

See Also