|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectantlr.BaseAST
antlr.CommonAST
org.hibernate.hql.ast.SqlNode
org.hibernate.hql.ast.QueryNode
Defines a top-level AST node representing the notion of a query.
| Field Summary |
| Fields inherited from class antlr.BaseAST |
down, right |
| Constructor Summary | |
QueryNode()
|
|
| Method Summary | |
Type |
getDataType()
|
String |
getDisplayText()
Returns additional display text for the AST node. |
org.hibernate.hql.ast.FromClause |
getFromClause()
|
OrderByClause |
getOrderByClause()
|
antlr.collections.AST |
getWhereClause()
|
void |
initialize(Object param)
Initializes the node with the parameter. |
boolean |
isDML()
|
void |
setText(String s)
|
| Methods inherited from class antlr.CommonAST |
getText, getType, initialize, initialize, initialize, setType |
| Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public QueryNode()
| Method Detail |
public void initialize(Object param)
org.hibernate.hql.ast.InitializeableNode
initialize in interface org.hibernate.hql.ast.InitializeableNodeparam - the initialization parameter.public boolean isDML()
public final antlr.collections.AST getWhereClause()
public final org.hibernate.hql.ast.FromClause getFromClause()
public final OrderByClause getOrderByClause()
public String getDisplayText()
getDisplayText in interface DisplayableNodepublic void setText(String s)
public Type getDataType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||