• Miro Knejp's avatar
    Refactored JNI code generation · 9d1d6404
    Miro Knejp authored
    - Renamed toJava/fromJava methods to fromCpp/toCpp for consistency among language generators
    - fromCpp methods return LocaLRef<JniType> instead of JniType for improved exception safety
    - Merged primitive converters into a single header file and fixed for LocalRef<T> changes
    - Avoiding local temporaries where feasible
    - Consistent call signatures
    - Proper support for templated JNI types
    9d1d6404
NativeCppException.hpp 946 Bytes