org.tranql.ql
Class AttributeReference

java.lang.Object
  extended byorg.tranql.ql.Node
      extended byorg.tranql.ql.AttributeReference
All Implemented Interfaces:
java.io.Serializable

public class AttributeReference
extends Node

Version:
$Revision: 1.3 $ $Date: 2004/04/20 18:37:15 $
See Also:
Serialized Form

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.Node
addChild, getChild, getSibling, isOnlyChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeReference

public AttributeReference(AliasedEntity source,
                          Attribute attribute)
Method Detail

getSource

public AliasedEntity getSource()

getAttribute

public Attribute getAttribute()

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Specified by:
visit in class Node
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.