public interface com.oracle.svm.truffle.nfi.NativeAPI$IsSameObjectFunction extends org.graalvm.nativeimage.c.function.CFunctionPointer
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.oracle.svm.truffle.nfi.NativeAPI$IsSameObjectFunction
super_class: java.lang.Object
{
public abstract int isSameObject(com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv, com.oracle.svm.truffle.nfi.TruffleObjectHandle, com.oracle.svm.truffle.nfi.TruffleObjectHandle);
descriptor: (Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleEnv;Lcom/oracle/svm/truffle/nfi/TruffleObjectHandle;Lcom/oracle/svm/truffle/nfi/TruffleObjectHandle;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.function.InvokeCFunctionPointer()
MethodParameters:
Name Flags
env
object1
object2
}
SourceFile: "NativeAPI.java"
NestHost: com.oracle.svm.truffle.nfi.NativeAPI
InnerClasses:
public abstract IsSameObjectFunction = com.oracle.svm.truffle.nfi.NativeAPI$IsSameObjectFunction of com.oracle.svm.truffle.nfi.NativeAPI
public abstract NativeTruffleEnv = com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv of com.oracle.svm.truffle.nfi.NativeAPI