org.hibernate.hql.ast.tree
public class SqlNode extends Node
Constructor and Description |
---|
SqlNode() |
Modifier and Type | Method and Description |
---|---|
Type |
getDataType() |
java.lang.String |
getOriginalText() |
void |
setDataType(Type dataType) |
void |
setText(java.lang.String s) |
getColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initialize
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
public void setText(java.lang.String s)
setText
in interface antlr.collections.AST
setText
in class antlr.CommonAST
public java.lang.String getOriginalText()
public Type getDataType()
public void setDataType(Type dataType)
Copyright © 2014. All Rights Reserved.