Base class for nodes dealing 'is null' and 'is not null' operators. todo : a good deal of this is copied from BinaryLogicOperatorNode; look at consolidating these code fragments Author: Steve Ebersole Ported by: Steve Strong

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

Syntax

C#
public abstract class AbstractNullnessCheckNode : UnaryLogicOperatorNode
Visual Basic
Public MustInherit Class AbstractNullnessCheckNode _
	Inherits UnaryLogicOperatorNode
Visual C++
public ref class AbstractNullnessCheckNode abstract : public UnaryLogicOperatorNode

Inheritance Hierarchy

See Also