PDepend\Source\Language\PHP\PHPBuilder::buildAstCompoundExpression PHP Méthode

buildAstCompoundExpression() public méthode

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