|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ql.AbstractNode
org.tranql.ql.AttributeReference
This node represents an attribute navigation of an entity. This node expects no children. someEntity.someAttribute
Constructor Summary | |
AttributeReference(AliasedEntity source,
Attribute attribute)
|
Method Summary | |
Attribute |
getAttribute()
|
AliasedEntity |
getSource()
|
java.lang.Object |
visit(QueryVisitor visitor,
java.lang.Object param)
|
Methods inherited from class org.tranql.ql.AbstractNode |
addChild, getChild, getSibling, isOnlyChild, setSibling |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeReference(AliasedEntity source, Attribute attribute)
Method Detail |
public AliasedEntity getSource()
public Attribute getAttribute()
public java.lang.Object visit(QueryVisitor visitor, java.lang.Object param) throws QueryException
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |