Annotation Interface TruffleFromLibGraal.Signature
- Enclosing class:
TruffleFromLibGraal
Specifies the signature (return and parameter types) of a call from Truffle to libgraal.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueAn array of types where the first element is the return type and the remaining elements are the parameter types of the signature.
-