public TryStatement parseTryStatement()
tryStatement: 'try' declarationOrStatement (catches | catches finally | finally) ;