A node representing a static Java constant. 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 class JavaConstantNode : SqlNode, 
	IExpectedTypeAwareNode, ISessionFactoryAwareNode
Visual Basic
Public Class JavaConstantNode _
	Inherits SqlNode _
	Implements IExpectedTypeAwareNode, ISessionFactoryAwareNode
Visual C++
public ref class JavaConstantNode : public SqlNode, 
	IExpectedTypeAwareNode, ISessionFactoryAwareNode

Inheritance Hierarchy

System..::..Object
  NHibernate.Hql.Ast.ANTLR.Tree..::..ASTNode
    NHibernate.Hql.Ast.ANTLR.Tree..::..SqlNode
      NHibernate.Hql.Ast.ANTLR.Tree..::..JavaConstantNode

See Also