signature
JVM signature of the function, or null if the JVM signature of this function is unknown.
Example: JvmMethodSignature("equals", "(Ljava/lang/Object;)Z")
.
JVM signature of the constructor, or null if the JVM signature of this constructor is unknown.
Example: JvmMethodSignature("<init>", "(Ljava/lang/Object;)V")
.