org.tranql.ql
Class Path

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

public class Path
extends Node

Version:
$Revision: 1.1.1.1 $ $Date: 2004/03/06 03:42:23 $
See Also:
Serialized Form

Constructor Summary
Path(QuerySource root)
           
 
Method Summary
 QuerySource getRoot()
           
 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

Path

public Path(QuerySource root)
Method Detail

getRoot

public QuerySource getRoot()

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.