PDepend\Source\Language\PHP\PHPBuilder::buildAstCatchStatement PHP Method

buildAstCatchStatement() public method

Builds a new catch-statement node.
Since: 0.9.8
public buildAstCatchStatement ( string $image ) : PDepend\Source\AST\ASTCatchStatement
$image string
return PDepend\Source\AST\ASTCatchStatement
    public function buildAstCatchStatement($image)
    {
        return $this->buildAstNodeInstance('ASTCatchStatement', $image);
    }
PHPBuilder