1047104810491050105110521053
/** * print the current descriptor associated with this archivist */ public void printDescriptor() { getDescriptor().visit((DescriptorVisitor) new TracerVisitor()); }