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