|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object antlr.BaseAST antlr.CommonAST org.hibernate.hql.ast.tree.Node org.hibernate.hql.ast.tree.SqlNode org.hibernate.hql.ast.tree.HqlSqlWalkerNode org.hibernate.hql.ast.tree.ParameterNode
Implementation of ParameterNode.
Field Summary |
Fields inherited from class antlr.BaseAST |
down, right |
Constructor Summary | |
ParameterNode()
|
Method Summary | |
String |
getDisplayText()
Returns additional display text for the AST node. |
Type |
getExpectedType()
|
ParameterSpecification |
getHqlParameterSpecification()
|
String |
getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node. |
void |
setExpectedType(Type expectedType)
|
void |
setHqlParameterSpecification(ParameterSpecification parameterSpecification)
|
Methods inherited from class org.hibernate.hql.ast.tree.HqlSqlWalkerNode |
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initialize |
Methods inherited from class org.hibernate.hql.ast.tree.SqlNode |
getDataType, getOriginalText, setDataType, setText |
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 ParameterNode()
Method Detail |
public ParameterSpecification getHqlParameterSpecification()
public void setHqlParameterSpecification(ParameterSpecification parameterSpecification)
public String getDisplayText()
DisplayableNode
getDisplayText
in interface DisplayableNode
public void setExpectedType(Type expectedType)
setExpectedType
in interface ExpectedTypeAwareNode
public Type getExpectedType()
getExpectedType
in interface ExpectedTypeAwareNode
public String getRenderText(SessionFactoryImplementor sessionFactory)
Node
getRenderText
in class Node
sessionFactory
- The session factory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |