public interface FromLibGraalId
Modifier and Type | Method and Description |
---|---|
static String |
encodeMethodSignature(Class<?> returnType,
Class<?>... parameterTypes)
Creates a JVM method signature as specified in the Sections 4.3.3 of the JVM Specification.
|
String |
getMethodName() |
String |
getName() |
Class<?>[] |
getParameterTypes() |
Class<?> |
getReturnType() |
String |
getSignature() |