Exemplo n.º 1
0
func getReturnType(method *heap.Method) *heap.Object {
	goReturnType := method.ReturnType()
	return goReturnType.JClass()
}