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