PHPParser_Parser::yyn254 PHP Method

yyn254() protected method

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