Module jni::signature

source ·
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.

Enums

  • 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.
  • Enum representing any java type that may be used as a return value