org.apache.derby.iapi.sql.compile
Interface Visitable

All Known Implementing Classes:
QueryTreeNode

public interface Visitable

A Visitable is something that can be visited by a Visitor

Author:
jamie

Method Summary
 Visitable accept(Visitor v)
          Accept a visitor, and call v.visit() on child nodes as necessary.
 

Method Detail

accept

public Visitable accept(Visitor v)
                 throws StandardException
Accept a visitor, and call v.visit() on child nodes as necessary.

Parameters:
v - the visitor
Throws:
StandardException - on error

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.