public interface com.oracle.svm.truffle.nfi.NativeAPI$NewObjectRefFunction 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$NewObjectRefFunction
super_class: java.lang.Object
{
public abstract com.oracle.svm.truffle.nfi.TruffleObjectHandle newObjectRef(com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv, 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;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.function.InvokeCFunctionPointer()
MethodParameters:
Name Flags
env
object
}
SourceFile: "NativeAPI.java"
NestHost: com.oracle.svm.truffle.nfi.NativeAPI
InnerClasses:
public abstract NativeTruffleEnv = com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv of com.oracle.svm.truffle.nfi.NativeAPI
public abstract NewObjectRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$NewObjectRefFunction of com.oracle.svm.truffle.nfi.NativeAPI