# File rparsec/parser.rb, line 300
  def catchp(symbol)
    CatchParser.new(symbol, self)
  end