Interface FromLibGraalId

All Known Implementing Classes:
TruffleFromLibGraal.Id

public interface FromLibGraalId
  • Method Details

    • getName

      String getName()
    • getSignature

      String getSignature()
    • getMethodName

      String getMethodName()
    • getParameterTypes

      Class<?>[] getParameterTypes()
    • getReturnType

      Class<?> getReturnType()
    • 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.