org.hibernate.hql.ast.tree
Class JavaConstantNode

java.lang.Object
  extended by antlr.BaseAST
      extended by antlr.CommonAST
          extended by org.hibernate.hql.ast.tree.Node
              extended by org.hibernate.hql.ast.tree.JavaConstantNode
All Implemented Interfaces:
antlr.collections.AST, Serializable, ExpectedTypeAwareNode, SessionFactoryAwareNode

public class JavaConstantNode
extends Node
implements ExpectedTypeAwareNode, SessionFactoryAwareNode

A node representing a static Java constant.

Author:
Steve Ebersole
See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
JavaConstantNode()
           
 
Method Summary
 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)
           
 
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

JavaConstantNode

public JavaConstantNode()
Method Detail

setText

public void setText(String s)
Specified by:
setText in interface antlr.collections.AST
Overrides:
setText in class antlr.CommonAST

setExpectedType

public void setExpectedType(Type expectedType)
Specified by:
setExpectedType in interface ExpectedTypeAwareNode

getExpectedType

public Type getExpectedType()
Specified by:
getExpectedType in interface ExpectedTypeAwareNode

setSessionFactory

public void setSessionFactory(SessionFactoryImplementor factory)
Specified by:
setSessionFactory in interface SessionFactoryAwareNode

getRenderText

public String getRenderText(SessionFactoryImplementor sessionFactory)
Description copied from class: Node
Retrieve the text to be used for rendering this particular node.

Overrides:
getRenderText in class Node
Parameters:
sessionFactory - The session factory
Returns:
The text to use for rendering


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.