Annotation Interface TruffleFromLibGraal.Signature

Enclosing class:
TruffleFromLibGraal

@Retention(RUNTIME) @Target(FIELD) public static @interface TruffleFromLibGraal.Signature
Specifies the signature (return and parameter types) of a call from Truffle to libgraal.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    An array of types where the first element is the return type and the remaining elements are the parameter types of the signature.
  • Element Details

    • value

      Class<?>[] value
      An array of types where the first element is the return type and the remaining elements are the parameter types of the signature.