PHPParser_Parser::yyn250 PHP Method

yyn250() protected method

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