-
Method Summary
Creates a JVM method signature as specified in the Sections 4.3.3 of the JVM Specification.
-
Method Details
-
-
-
-
getParameterTypes
Class<?>[] getParameterTypes()
-
-
encodeMethodSignature
static String encodeMethodSignature(Class<?> returnType,
Class<?>... parameterTypes)
Creates a JVM method signature as specified in the Sections 4.3.3 of the JVM Specification.