Interface JNI.JNIInvokeInterface
- All Superinterfaces:
org.graalvm.word.ComparableWord,org.graalvm.word.PointerBase,org.graalvm.word.WordBase
- Enclosing class:
JNI
public static interface JNI.JNIInvokeInterface
extends org.graalvm.word.PointerBase
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.graalvm.word.ComparableWord
equal, notEqualMethods inherited from interface org.graalvm.word.PointerBase
isNonNull, isNullMethods inherited from interface org.graalvm.word.WordBase
equals, rawValue
-
Method Details
-
getAttachCurrentThread
JNI.AttachCurrentThread getAttachCurrentThread() -
getAttachCurrentThreadAsDaemon
JNI.AttachCurrentThreadAsDaemon getAttachCurrentThreadAsDaemon() -
getDetachCurrentThread
JNI.DetachCurrentThread getDetachCurrentThread() -
getGetEnv
JNI.GetEnv getGetEnv()
-