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

1 line
9.4 KiB
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{"class": "const", "name": "Bool", "type": ""}, {"class": "const", "name": "Byte", "type": ""}, {"class": "const", "name": "Complex128", "type": ""}, {"class": "const", "name": "Complex64", "type": ""}, {"class": "const", "name": "FieldVal", "type": ""}, {"class": "const", "name": "Float32", "type": ""}, {"class": "const", "name": "Float64", "type": ""}, {"class": "const", "name": "Int", "type": ""}, {"class": "const", "name": "Int16", "type": ""}, {"class": "const", "name": "Int32", "type": ""}, {"class": "const", "name": "Int64", "type": ""}, {"class": "const", "name": "Int8", "type": ""}, {"class": "const", "name": "Invalid", "type": ""}, {"class": "const", "name": "IsBoolean", "type": ""}, {"class": "const", "name": "IsComplex", "type": ""}, {"class": "const", "name": "IsConstType", "type": ""}, {"class": "const", "name": "IsFloat", "type": ""}, {"class": "const", "name": "IsInteger", "type": ""}, {"class": "const", "name": "IsNumeric", "type": ""}, {"class": "const", "name": "IsOrdered", "type": ""}, {"class": "const", "name": "IsString", "type": ""}, {"class": "const", "name": "IsUnsigned", "type": ""}, {"class": "const", "name": "IsUntyped", "type": ""}, {"class": "const", "name": "MethodExpr", "type": ""}, {"class": "const", "name": "MethodVal", "type": ""}, {"class": "const", "name": "RecvOnly", "type": ""}, {"class": "const", "name": "Rune", "type": ""}, {"class": "const", "name": "SendOnly", "type": ""}, {"class": "const", "name": "SendRecv", "type": ""}, {"class": "const", "name": "String", "type": ""}, {"class": "const", "name": "Uint", "type": ""}, {"class": "const", "name": "Uint16", "type": ""}, {"class": "const", "name": "Uint32", "type": ""}, {"class": "const", "name": "Uint64", "type": ""}, {"class": "const", "name": "Uint8", "type": ""}, {"class": "const", "name": "Uintptr", "type": ""}, {"class": "const", "name": "UnsafePointer", "type": ""}, {"class": "const", "name": "UntypedBool", "type": ""}, {"class": "const", "name": "UntypedComplex", "type": ""}, {"class": "const", "name": "UntypedFloat", "type": ""}, {"class": "const", "name": "UntypedInt", "type": ""}, {"class": "const", "name": "UntypedNil", "type": ""}, {"class": "const", "name": "UntypedRune", "type": ""}, {"class": "const", "name": "UntypedString", "type": ""}, {"class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool"}, {"class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "Comparable", "type": "func(T types.Type) bool"}, {"class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool"}, {"class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()"}, {"class": "func", "name": "Default", "type": "func(typ types.Type) types.Type"}, {"class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (types.TypeAndValue, error)"}, {"class": "func", "name": "ExprString", "type": "func(x ast.Expr) string"}, {"class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string"}, {"class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool"}, {"class": "func", "name": "IdenticalIgnoreTags", "type": "func(x types.Type, y types.Type) bool"}, {"class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool"}, {"class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool"}, {"class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)"}, {"class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)"}, {"class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array"}, {"class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan"}, {"class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pk