vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/go/parser.json

1 line
1021 B
JSON

[0, [{"class": "const", "name": "AllErrors", "type": ""}, {"class": "const", "name": "DeclarationErrors", "type": ""}, {"class": "const", "name": "ImportsOnly", "type": ""}, {"class": "const", "name": "PackageClauseOnly", "type": ""}, {"class": "const", "name": "ParseComments", "type": ""}, {"class": "const", "name": "SpuriousErrors", "type": ""}, {"class": "const", "name": "Trace", "type": ""}, {"class": "func", "name": "ParseDir", "type": "func(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode parser.Mode) (pkgs map[string]*ast.Package, first error)"}, {"class": "func", "name": "ParseExpr", "type": "func(x string) (ast.Expr, error)"}, {"class": "func", "name": "ParseExprFrom", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (ast.Expr, error)"}, {"class": "func", "name": "ParseFile", "type": "func(fset *token.FileSet, filename string, src interface{}, mode parser.Mode) (f *ast.File, err error)"}, {"class": "type", "name": "Mode", "type": "uint"}]]