public boolean endvisit(CatchClause catchClause) throws Exception {
   fRequestor.exitField(catchClause.sourceEnd() - 1);
   fInfoStack.pop();
   return true;
 }