public void accept(InstanceVisitor inst) throws IntolerableException {
   inst.visit(this);
 }