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

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

Builds a new compound expression node.
С версии: 0.9.6
public buildAstCompoundExpression ( ) : PDepend\Source\AST\ASTCompoundExpression
Результат PDepend\Source\AST\ASTCompoundExpression
    public function buildAstCompoundExpression()
    {
        return $this->buildAstNodeInstance('ASTCompoundExpression');
    }
PHPBuilder