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

buildAstForUpdate() public méthode

------------------------------- for ($x = 0, $y = 23, $z = 42; $x < $y; ++$x, $y = $x + 1, $z = $x + 2) } -------------------------------
Since: 0.9.12
public buildAstForUpdate ( ) : PDepend\Source\AST\ASTForUpdate
Résultat PDepend\Source\AST\ASTForUpdate
    public function buildAstForUpdate()
    {
        return $this->buildAstNodeInstance('ASTForUpdate');
    }
PHPBuilder