public interface Visitable {
    public void visit ();
}
