public class JavaConstantNode extends Node implements ExpectedTypeAwareNode, SessionFactoryAwareNode
| Constructor and Description | 
|---|
JavaConstantNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
Type | 
getExpectedType()  | 
String | 
getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node. 
 | 
void | 
setExpectedType(Type expectedType)  | 
void | 
setSessionFactory(SessionFactoryImplementor factory)  | 
void | 
setText(String s)  | 
getColumn, getFilename, getLine, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic void setText(String s)
setText in interface antlr.collections.ASTsetText in class antlr.CommonASTpublic void setExpectedType(Type expectedType)
setExpectedType in interface ExpectedTypeAwareNodepublic Type getExpectedType()
getExpectedType in interface ExpectedTypeAwareNodepublic void setSessionFactory(SessionFactoryImplementor factory)
setSessionFactory in interface SessionFactoryAwareNodepublic String getRenderText(SessionFactoryImplementor sessionFactory)
NodegetRenderText in class NodesessionFactory - The session factoryCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.