Click or drag to resize

TokenRewriteStream Constructor (ITokenSource, Int32)

Initializes a new instance of the TokenRewriteStream class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public TokenRewriteStream(
	ITokenSource tokenSource,
	int channel
)

Parameters

tokenSource
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeITokenSource

[Missing <param name="tokenSource"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenSource,System.Int32)"]

channel
Type: SystemInt32

[Missing <param name="channel"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenSource,System.Int32)"]

See Also