|
||||||||||
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.FromElement org.hibernate.hql.ast.tree.ImpliedFromElement
public class ImpliedFromElement
Represents a FROM element implied by a path expression or a collection reference.
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 |
inProjectionList()
|
boolean |
isImplied()
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause. |
boolean |
isImpliedInFromClause()
|
boolean |
isIncludeSubclasses()
|
void |
setImpliedInFromClause(boolean flag)
|
void |
setInProjectionList(boolean inProjectionList)
|
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 |
---|
getOriginalText, setDataType, setText |
Methods inherited from class org.hibernate.hql.ast.tree.Node |
---|
getColumn, getFilename, getLine, getRenderText, 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImpliedFromElement()
Method Detail |
---|
public boolean isImplied()
FromElement
isImplied
in class FromElement
public void setImpliedInFromClause(boolean flag)
setImpliedInFromClause
in class FromElement
public boolean isImpliedInFromClause()
isImpliedInFromClause
in class FromElement
public void setInProjectionList(boolean inProjectionList)
setInProjectionList
in class FromElement
public boolean inProjectionList()
inProjectionList
in class FromElement
public boolean isIncludeSubclasses()
isIncludeSubclasses
in class FromElement
public String getDisplayText()
getDisplayText
in interface DisplayableNode
getDisplayText
in class FromElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |