org.tranql.ddl
Class DDL

java.lang.Object
  extended byorg.tranql.ddl.AbstractNode
      extended byorg.tranql.ddl.DDL
All Implemented Interfaces:
Node

public class DDL
extends AbstractNode

Version:
$Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $

Constructor Summary
DDL()
           
 
Method Summary
 java.lang.Object visit(DDLVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ddl.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

DDL

public DDL()
Method Detail

visit

public java.lang.Object visit(DDLVisitor visitor,
                              java.lang.Object param)
                       throws DDLException
Throws:
DDLException


Copyright © -2006 The Codehaus. All Rights Reserved.