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

buildAstShiftRightExpression() public méthode

Build a new shift right expression.
Since: 1.0.1
public buildAstShiftRightExpression ( ) : PDepend\Source\AST\ASTShiftRightExpression
Résultat PDepend\Source\AST\ASTShiftRightExpression
    public function buildAstShiftRightExpression()
    {
        return $this->buildAstNodeInstance('ASTShiftRightExpression');
    }
PHPBuilder