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.
|
void |
addTag(java.lang.String tag)
Add a tag to this Visitable.
|
boolean |
taggedWith(java.lang.String tag)
Return true if this Visitable is tagged with the indicated tag.
|
Visitable accept(Visitor v) throws StandardException
v
- the visitorStandardException
- on errorvoid addTag(java.lang.String tag)
boolean taggedWith(java.lang.String tag)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.