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

buildAstArrayIndexExpression() public method

Builds a new array-expression node.
Since: 0.9.12
public buildAstArrayIndexExpression ( ) : PDepend\Source\AST\ASTArrayIndexExpression
return PDepend\Source\AST\ASTArrayIndexExpression
    public function buildAstArrayIndexExpression()
    {
        return $this->buildAstNodeInstance('ASTArrayIndexExpression');
    }
PHPBuilder