Parser for java type signatures.
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.
(Ljava/lang/String;)Z
call_(object|static)_method
Enum representing any java type in addition to method signatures.
A primitive java type. These are the things that can be represented without an object.