[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.LiteralProcessor.ProcessBoolean(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

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

Syntax

C#
public void ProcessBoolean(
	IASTNode constant
)
Visual Basic
Public Sub ProcessBoolean ( _
	constant As IASTNode _
)
Visual C++
public:
void ProcessBoolean(
	IASTNode^ constant
)

Parameters

constant
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTNode

[Missing <param name="constant"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.LiteralProcessor.ProcessBoolean(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

See Also