@Override
 public void visit(Tree.ObjectDefinition that) {
   if (that.getDeclarationModel() == declaration) {
     declare();
     specify();
   }
   super.visit(that);
 }