PHPParser_Parser::yyn253 PHP Method

yyn253() protected method

protected yyn253 ( $line, $docComment )
    protected function yyn253($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_Cast_Array($this->yyastk[$this->yysp - (2 - 2)], $line, $docComment);
    }
PHPParser_Parser