namespace jive { public interface Visitable { void accept(Visitor visitor); } }