// +build go1.12,!go1.13 package stdlib // Code generated by 'goexports go/ast'. DO NOT EDIT. import ( "go/ast" "reflect" ) func init() { Value["go/ast"] = map[string]reflect.Value{ // function, constant and variable definitions "Bad": reflect.ValueOf(ast.Bad), "Con": reflect.ValueOf(ast.Con), "FileExports": reflect.ValueOf(ast.FileExports), "FilterDecl": reflect.ValueOf(ast.FilterDecl), "FilterFile": reflect.ValueOf(ast.FilterFile), "FilterFuncDuplicates": reflect.ValueOf(ast.FilterFuncDuplicates), "FilterImportDuplicates": reflect.ValueOf(ast.FilterImportDuplicates), "FilterPackage": reflect.ValueOf(ast.FilterPackage), "FilterUnassociatedComments": reflect.ValueOf(ast.FilterUnassociatedComments), "Fprint": reflect.ValueOf(ast.Fprint), "Fun": reflect.ValueOf(ast.Fun), "Inspect": reflect.ValueOf(ast.Inspect), "IsExported": reflect.ValueOf(ast.IsExported), "Lbl": reflect.ValueOf(ast.Lbl), "MergePackageFiles": reflect.ValueOf(ast.MergePackageFiles), "NewCommentMap": reflect.ValueOf(ast.NewCommentMap), "NewIdent": reflect.ValueOf(ast.NewIdent), "NewObj": reflect.ValueOf(ast.NewObj), "NewPackage": reflect.ValueOf(ast.NewPackage), "NewScope": reflect.ValueOf(ast.NewScope), "NotNilFilter": reflect.ValueOf(ast.NotNilFilter), "PackageExports": reflect.ValueOf(ast.PackageExports), "Pkg": reflect.ValueOf(ast.Pkg), "Print": reflect.ValueOf(ast.Print), "RECV": reflect.ValueOf(ast.RECV), "SEND": reflect.ValueOf(ast.SEND), "SortImports": reflect.ValueOf(ast.SortImports), "Typ": reflect.ValueOf(ast.Typ), "Var": reflect.ValueOf(ast.Var), "Walk": reflect.ValueOf(ast.Walk), // type definitions "ArrayType": reflect.ValueOf((*ast.ArrayType)(nil)), "AssignStmt": reflect.ValueOf((*ast.AssignStmt)(nil)), "BadDecl": reflect.ValueOf((*ast.BadDecl)(nil)), "BadExpr": reflect.ValueOf((*ast.BadExpr)(nil)), "BadStmt": reflect.ValueOf((*ast.BadStmt)(nil)), "BasicLit": reflect.ValueOf((*ast.BasicLit)(nil)), "BinaryExpr": reflect.ValueOf((*ast.BinaryExpr)(nil)), "BlockStmt": reflect.ValueOf((*ast.BlockStmt)(nil)), "BranchStmt": reflect.ValueOf((*ast.BranchStmt)(nil)), "CallExpr": reflect.ValueOf((*ast.CallExpr)(nil)), "CaseClause": reflect.ValueOf((*ast.CaseClause)(nil)), "ChanDir": reflect.ValueOf((*ast.ChanDir)(nil)), "ChanType": reflect.ValueOf((*ast.ChanType)(nil)), "CommClause": reflect.ValueOf((*ast.CommClause)(nil)), "Comment": reflect.ValueOf((*ast.Comment)(nil)), "CommentGroup": reflect.ValueOf((*ast.CommentGroup)(nil)), "CommentMap": reflect.ValueOf((*ast.CommentMap)(nil)), "CompositeLit": reflect.ValueOf((*ast.CompositeLit)(nil)), "Decl": reflect.ValueOf((*ast.Decl)(nil)), "DeclStmt": reflect.ValueOf((*ast.DeclStmt)(nil)), "DeferStmt": reflect.ValueOf((*ast.DeferStmt)(nil)), "Ellipsis": reflect.ValueOf((*ast.Ellipsis)(nil)), "EmptyStmt": reflect.ValueOf((*ast.EmptyStmt)(nil)), "Expr": reflect.ValueOf((*ast.Expr)(nil)), "ExprStmt": reflect.ValueOf((*ast.ExprStmt)(nil)), "Field": reflect.ValueOf((*ast.Field)(nil)), "FieldFilter": reflect.ValueOf((*ast.FieldFilter)(nil)), "FieldList": reflect.ValueOf((*ast.FieldList)(nil)), "File": reflect.ValueOf((*ast.File)(nil)), "Filter": reflect.ValueOf((*ast.Filter)(nil)), "ForStmt": reflect.ValueOf((*ast.ForStmt)(nil)), "FuncDecl": reflect.ValueOf((*ast.FuncDecl)(nil)), "FuncLit": reflect.ValueOf((*ast.FuncLit)(nil)), "FuncType": reflect.ValueOf((*ast.FuncType)(nil)), "GenDecl": reflect.ValueOf((*ast.GenDecl)(nil)), "GoStmt": reflect.ValueOf((*ast.GoStmt)(nil)), "Ident": reflect.ValueOf((*ast.Ident)(nil)), "IfStmt": reflect.ValueOf((*ast.IfStmt)(nil)), "ImportSpec": reflect.ValueOf((*ast.ImportSpec)(nil)), "Importer": reflect.ValueOf((*ast.Importer)(nil)), "IncDecStmt": reflect.ValueOf((*ast.IncDecStmt)(nil)), "IndexExpr": reflect.ValueOf((*ast.IndexExpr)(nil)), "InterfaceType": reflect.ValueOf((*ast.InterfaceType)(nil)), "KeyValueExpr": reflect.ValueOf((*ast.KeyValueExpr)(nil)), "LabeledStmt": reflect.ValueOf((*ast.LabeledStmt)(nil)), "MapType": reflect.ValueOf((*ast.MapType)(nil)), "MergeMode": reflect.ValueOf((*ast.MergeMode)(nil)), "Node": reflect.ValueOf((*ast.Node)(nil)), "ObjKind": reflect.ValueOf((*ast.ObjKind)(nil)), "Object": reflect.ValueOf((*ast.Object)(nil)), "Package": reflect.ValueOf((*ast.Package)(nil)), "ParenExpr": reflect.ValueOf((*ast.ParenExpr)(nil)), "RangeStmt": reflect.ValueOf((*ast.RangeStmt)(nil)), "ReturnStmt": reflect.ValueOf((*ast.ReturnStmt)(nil)), "Scope": reflect.ValueOf((*ast.Scope)(nil)), "SelectStmt": reflect.ValueOf((*ast.SelectStmt)(nil)), "SelectorExpr": reflect.ValueOf((*ast.SelectorExpr)(nil)), "SendStmt": reflect.ValueOf((*ast.SendStmt)(nil)), "SliceExpr": reflect.ValueOf((*ast.SliceExpr)(nil)), "Spec": reflect.ValueOf((*ast.Spec)(nil)), "StarExpr": reflect.ValueOf((*ast.StarExpr)(nil)), "Stmt": reflect.ValueOf((*ast.Stmt)(nil)), "StructType": reflect.ValueOf((*ast.StructType)(nil)), "SwitchStmt": reflect.ValueOf((*ast.SwitchStmt)(nil)), "TypeAssertExpr": reflect.ValueOf((*ast.TypeAssertExpr)(nil)), "TypeSpec": reflect.ValueOf((*ast.TypeSpec)(nil)), "TypeSwitchStmt": reflect.ValueOf((*ast.TypeSwitchStmt)(nil)), "UnaryExpr": reflect.ValueOf((*ast.UnaryExpr)(nil)), "ValueSpec": reflect.ValueOf((*ast.ValueSpec)(nil)), "Visitor": reflect.ValueOf((*ast.Visitor)(nil)), } }