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

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

------------------------------- for ($x = 0, $y = 23, $z = 42; $x < $y; ++$x, $y = $x + 1, $z = $x + 2) } -------------------------------
С версии: 0.9.12
public buildAstForUpdate ( ) : PDepend\Source\AST\ASTForUpdate
Результат PDepend\Source\AST\ASTForUpdate
    public function buildAstForUpdate()
    {
        return $this->buildAstNodeInstance('ASTForUpdate');
    }
PHPBuilder