Expand description
Parser for java type signatures.
Structs§
- Type
Signature - A method type signature. This is the structure representation of something
like
(Ljava/lang/String;)Z
. Used by thecall_(object|static)_method
functions on jnienv to ensure safety.