std.d.
parser
.
Parser
.parseCatch
public Catch parseCatch()
Parses a Catch
catch
:
'catch'
'('
type
Identifier
?
')'
declarationOrStatement
;