PHPParser_Parser::yyn294 PHP Method

yyn294() protected method

protected yyn294 ( $line, $docComment )
    protected function yyn294($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_ArrayDimFetch($this->yyastk[$this->yysp - (4 - 1)], $this->yyastk[$this->yysp - (4 - 3)], $line, $docComment);
    }
PHPParser_Parser