Module jni::signature [−][src]
Expand description
Parser for java type signatures.
Structs
A method type signature. This is the structure representation of something
like (Ljava/lang/String;)Z
. Used by the call_(object|static)_method
functions on jnienv to ensure safety.