rucaja icon indicating copy to clipboard operation
rucaja copied to clipboard

Add a JVM method signature builder

Open kud1ing opened this issue 9 years ago • 1 comments

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

kud1ing avatar Dec 12 '16 18:12 kud1ing

Partially done in #30.

treyzania avatar Nov 24 '17 03:11 treyzania