Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Add a JVM method signature builder #3

Open
kud1ing opened this issue Dec 12, 2016 · 1 comment
Open

Add a JVM method signature builder #3

kud1ing opened this issue Dec 12, 2016 · 1 comment

Comments

@kud1ing
Copy link
Owner

kud1ing commented Dec 12, 2016

In order to resolve Java methods, one needs to declare type signatures like "(Ljava/lang/Object;)V" which is a bit unwieldy.

It would be nice to have an easy way to generate those strings.
See https://docs.oracle.com/javase/1.5.0/docs/guide/jni/spec/types.html

@treyzania
Copy link
Contributor

Partially done in #30.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants