CatchClause

constructor()(source)
constructor(exceptModifier: NodeList<Modifier>, exceptAnnotations: NodeList<AnnotationExpr>, exceptType: ClassOrInterfaceType, exceptName: SimpleName, body: BlockStmt)(source)
constructor(parameter: Parameter, body: BlockStmt)(source)


constructor(tokenRange: TokenRange, parameter: Parameter, body: BlockStmt)(source)

This constructor is used by the parser and is considered private.