/* 132 */ while (children.hasNext())
/* */ {
/* 134 */ MetaDataVisitorNode child = (MetaDataVisitorNode)children.next();
/* */ try
/* */ {
/* 137 */ child.describeVisit(this);
/* */ }
/* */ finally
/* */ {
/* 141 */ this.contextState = restoreState;
/* */ }