Click or drag to resize

CommonToken Constructor (ICharStream, Int32, Int32, Int32, Int32)

Initializes a new instance of the CommonToken class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public CommonToken(
	ICharStream input,
	int type,
	int channel,
	int start,
	int stop
)

Parameters

input
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeICharStream

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

type
Type: SystemInt32

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

channel
Type: SystemInt32

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

start
Type: SystemInt32

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

stop
Type: SystemInt32

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

See Also