Click or drag to resize

RewriteRuleTokenStream Constructor (ITreeAdaptor, String, Object)

Create a stream with one element

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public RewriteRuleTokenStream(
	ITreeAdaptor adaptor,
	string elementDescription,
	Object oneElement
)

Parameters

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

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

elementDescription
Type: SystemString

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

oneElement
Type: SystemObject

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

See Also