public interface Visitable
Modifier and Type | Method and Description |
---|---|
Visitable |
accept(Visitor v)
Accept a visitor, and call v.visit()
on child nodes as necessary.
|
Visitable accept(Visitor v) throws StandardException
v
- the visitorStandardException
- on errorApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.