Annotation 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 ClassesModifier and TypeClassDescriptionstatic enumIdentifier for a call from HotSpot to libgraal. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionGets the token identifying a call from HotSpot to libgraal.
-
Element Details
-
value
TruffleToLibGraal.Id valueGets the token identifying a call from HotSpot to libgraal.
-