Click or drag to resize

RewriteRuleTokenStream Constructor (ITreeAdaptor, String, IList)

Create a stream, but feed off an existing list

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,
	IList elements
)

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.Collections.IList)"]

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.Collections.IList)"]

elements
Type: System.CollectionsIList

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

See Also