Initializes a new instance of the HqlLexer class
Namespace: NHibernate.Hql.Ast.ANTLRAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlLexer( ICharStream input, RecognizerSharedState state ) |
Visual Basic |
---|
Public Sub New ( _ input As ICharStream, _ state As RecognizerSharedState _ ) |
Visual C++ |
---|
public: HqlLexer( ICharStream^ input, RecognizerSharedState^ state ) |
Parameters
- input
- Type: ICharStream
[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlLexer.#ctor(Antlr.Runtime.ICharStream,Antlr.Runtime.RecognizerSharedState)"]
- state
- Type: RecognizerSharedState
[Missing <param name="state"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlLexer.#ctor(Antlr.Runtime.ICharStream,Antlr.Runtime.RecognizerSharedState)"]