iansmirlis / jni4net

Fast, object oriented, intraprocess bridge between JVM and CLR
https://jni4net.github.io/
1 stars 0 forks source link

Improve jar analysis #5

Open iansmirlis opened 1 year ago

iansmirlis commented 1 year ago

Evaluate methods for getting function signatures and semantics from jar/class files

If the class is not compiled with --parameters option, functions will not contain parameter names. Maybe we could add support to parse java source code or let the user of the library rename parameters when they need to somehow.

pavelsavara commented 1 year ago

if javadoc is available, that could be parsed too