コード例 #1
0
ファイル: Class_helper.go プロジェクト: zaishihuang/jvm.go
func getReturnType(method *rtc.Method) *rtc.Obj {
	goReturnType := method.ReturnType()
	return goReturnType.JClass()
}