Public constructor

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HqlToken(
	ICharStream input,
	int type,
	int channel,
	int start,
	int stop
)
Visual Basic
Public Sub New ( _
	input As ICharStream, _
	type As Integer, _
	channel As Integer, _
	start As Integer, _
	stop As Integer _
)
Visual C++
public:
HqlToken(
	ICharStream^ input, 
	int type, 
	int channel, 
	int start, 
	int stop
)

Parameters

input
Type: ICharStream

[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlToken.#ctor(Antlr.Runtime.ICharStream,System.Int32,System.Int32,System.Int32,System.Int32)"]

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlToken.#ctor(Antlr.Runtime.ICharStream,System.Int32,System.Int32,System.Int32,System.Int32)"]

channel
Type: System..::..Int32

[Missing <param name="channel"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlToken.#ctor(Antlr.Runtime.ICharStream,System.Int32,System.Int32,System.Int32,System.Int32)"]

start
Type: System..::..Int32

[Missing <param name="start"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlToken.#ctor(Antlr.Runtime.ICharStream,System.Int32,System.Int32,System.Int32,System.Int32)"]

stop
Type: System..::..Int32

[Missing <param name="stop"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlToken.#ctor(Antlr.Runtime.ICharStream,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also