Documentation
¶
Index ¶
- Variables
- func ConvParamToType(rType reflect.Type, input string) (val reflect.Value, err error)
- func ParseBaseKindToType(rType reflect.Type, input string) (val reflect.Value, err error)
- func ParseCallExprArgs(call *ast.CallExpr) ([]string, error)
- func ParseInputArgs(fnType reflect.Type, args []string) (result []reflect.Value, err error)
- type Context
- type Node
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ConvParamToType ¶
ConvParamToType 转换函数所有参数类型
func ParseBaseKindToType ¶
ParseBaseKindToType 转换函数所有参数类型
func ParseCallExprArgs ¶
ParseCallExprArgs 解析call表达式的参数列表
Types ¶
Click to show internal directories.
Click to hide internal directories.