未验证 提交 4bf8f05c 编写于 作者: P Phodal HUANG

docs: thinking in JMethod Info

上级 7e0cdfbf
......@@ -8,3 +8,15 @@ type JMethod struct {
StopLine int
StopLinePosition int
}
type JParameter struct {
Name string
Type string
}
type JMethodInfo struct {
Name string
Type string
Parameters []JParameter
Length string
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册