org.hibernate.hql.ast
Class ImpliedFromElement

java.lang.Object
  extended byantlr.BaseAST
      extended byantlr.CommonAST
          extended byorg.hibernate.hql.ast.SqlNode
              extended byorg.hibernate.hql.ast.HqlSqlWalkerNode
                  extended byorg.hibernate.hql.ast.FromElement
                      extended byorg.hibernate.hql.ast.ImpliedFromElement
All Implemented Interfaces:
antlr.collections.AST, DisplayableNode, org.hibernate.hql.ast.InitializeableNode, Serializable

public class ImpliedFromElement
extends FromElement

Represents a FROM element implied by a path expression or a collection reference.

Author:
josh Feb 10, 2005 12:31:03 AM
See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
ImpliedFromElement()
           
 
Method Summary
 String getDisplayText()
          Returns additional display text for the AST node.
 boolean isIncludeSubclasses()
           
 void setInProjectionList(boolean inProjectionList)
           
 
Methods inherited from class org.hibernate.hql.ast.FromElement
appendDisplayText, equals, getAliasGenerator, getASTFactory, getClassAlias, getClassName, getCollectionSuffix, getCollectionTableAlias, getDataType, getEntityPersister, getFromClause, getIdentityColumn, getJoinSequence, getOrigin, getPropertyType, getQueryable, getQueryableCollection, getSelectType, getSequence, getSessionFactoryHelper, getTableAlias, getWalker, hashCode, initialize, isAllPropertyFetch, isCollectionJoin, isCollectionOfValuesOrComponents, isEntity, isFetch, setAllPropertyFetch, setCollectionJoin, setCollectionTableAlias, setColumns, setFetch, setIncludeSubclasses, setJoinSequence, setOrigin, setQueryableCollection, setRole, setText
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, initialize, initialize, setType
 
Methods inherited from class antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImpliedFromElement

public ImpliedFromElement()
Method Detail

setInProjectionList

public void setInProjectionList(boolean inProjectionList)
Overrides:
setInProjectionList in class FromElement

isIncludeSubclasses

public boolean isIncludeSubclasses()
Overrides:
isIncludeSubclasses in class FromElement

getDisplayText

public String getDisplayText()
Returns additional display text for the AST node.

Specified by:
getDisplayText in interface DisplayableNode
Overrides:
getDisplayText in class FromElement
Returns:
String - The additional display text.