public Catch parseCatch()
Parses a Catch
catch:
   'catch' '(' type Identifier? ')' declarationOrStatement
   ;