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

buildAstCompoundExpression() public method

Builds a new compound expression node.
Since: 0.9.6
public buildAstCompoundExpression ( ) : PDepend\Source\AST\ASTCompoundExpression
return PDepend\Source\AST\ASTCompoundExpression
    public function buildAstCompoundExpression()
    {
        return $this->buildAstNodeInstance('ASTCompoundExpression');
    }
PHPBuilder