Initializes a new instance of the HqlLexer class

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

Syntax

C#
public HqlLexer(
	ICharStream input
)
Visual Basic
Public Sub New ( _
	input As ICharStream _
)
Visual C++
public:
HqlLexer(
	ICharStream^ input
)

Parameters

input
Type: ICharStream

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

See Also