Files
moxa/stdlib/go_parser.go

29 lines
945 B
Go

package stdlib
// Code generated by 'goexports go/parser'. DO NOT EDIT.
import (
"go/parser"
"reflect"
)
func init() {
Value["go/parser"] = map[string]reflect.Value{
"AllErrors": reflect.ValueOf(parser.AllErrors),
"DeclarationErrors": reflect.ValueOf(parser.DeclarationErrors),
"ImportsOnly": reflect.ValueOf(parser.ImportsOnly),
"PackageClauseOnly": reflect.ValueOf(parser.PackageClauseOnly),
"ParseComments": reflect.ValueOf(parser.ParseComments),
"ParseDir": reflect.ValueOf(parser.ParseDir),
"ParseExpr": reflect.ValueOf(parser.ParseExpr),
"ParseExprFrom": reflect.ValueOf(parser.ParseExprFrom),
"ParseFile": reflect.ValueOf(parser.ParseFile),
"SpuriousErrors": reflect.ValueOf(parser.SpuriousErrors),
"Trace": reflect.ValueOf(parser.Trace),
}
Type["go/parser"] = map[string]reflect.Type{
"Mode": reflect.TypeOf((*parser.Mode)(nil)).Elem(),
}
}