KeyCcatchContinue

constructor(label: Name, block: BlockStmt)(source)
constructor(tokenRange: TokenRange, block: BlockStmt)(source)
constructor(tokenRange: TokenRange, label: Name)(source)
constructor(tokenRange: TokenRange, s: String, block: BlockStmt)(source)


constructor(tokenRange: TokenRange, label: Name, block: BlockStmt)(source)

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