Annotation Interface TruffleToLibGraal


@Retention(RUNTIME) @Target(METHOD) public @interface TruffleToLibGraal
Annotates methods associated with both ends of a HotSpot to libgraal call. This annotation simplifies navigating between these methods in an IDE.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Identifier for a call from HotSpot to libgraal.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the token identifying a call from HotSpot to libgraal.
  • Element Details