public class

Node

extends CommonAST
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base node class for use by Hibernate within its AST trees.

Summary

Public Constructors
Node()
Node(Token tok)
Public Methods
int getColumn()
String getFilename()
int getLine()
String getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
int getTextLength()
void initialize(AST t)
void initialize(Token tok)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Node ()

public Node (Token tok)

Public Methods

public int getColumn ()

public String getFilename ()

public int getLine ()

public String getRenderText (SessionFactoryImplementor sessionFactory)

Retrieve the text to be used for rendering this particular node.

Parameters
sessionFactory The session factory
Returns
  • The text to use for rendering

public int getTextLength ()

public void initialize (AST t)

public void initialize (Token tok)