PDepend\Source\Language\PHP\PHPBuilder::buildAstCatchStatement PHP Метод

buildAstCatchStatement() публичный Метод

Builds a new catch-statement node.
С версии: 0.9.8
public buildAstCatchStatement ( string $image ) : PDepend\Source\AST\ASTCatchStatement
$image string
Результат PDepend\Source\AST\ASTCatchStatement
    public function buildAstCatchStatement($image)
    {
        return $this->buildAstNodeInstance('ASTCatchStatement', $image);
    }
PHPBuilder