|
|||||||||||
| 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.tree.Node
org.hibernate.hql.ast.tree.SqlNode
A base AST node for the intermediate tree. User: josh Date: Dec 6, 2003 Time: 10:29:14 AM
| Field Summary |
| Fields inherited from class antlr.BaseAST |
down, right |
| Constructor Summary | |
SqlNode()
|
|
| Method Summary | |
Type |
getDataType()
|
String |
getOriginalText()
|
void |
setDataType(Type dataType)
|
void |
setText(String s)
|
| Methods inherited from class org.hibernate.hql.ast.tree.Node |
getColumn, getFilename, getLine, getTextLength, initialize, initialize |
| Methods inherited from class antlr.CommonAST |
getText, getType, initialize, setType |
| Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, 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 SqlNode()
| Method Detail |
public void setText(String s)
public String getOriginalText()
public Type getDataType()
public void setDataType(Type dataType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||