public interface Visitable
Visitor
void
accept(Visitor visitor)
void accept(Visitor visitor) throws BaseException
visitor
BaseException