public interface com.oracle.svm.truffle.nfi.NativeAPI$NewClosureRefFunction 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$NewClosureRefFunction
super_class: java.lang.Object
{
public abstract void newClosureRef(com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv, org.graalvm.word.PointerBase);
descriptor: (Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleEnv;Lorg/graalvm/word/PointerBase;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.function.InvokeCFunctionPointer()
MethodParameters:
Name Flags
env
closure
}
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 NewClosureRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$NewClosureRefFunction of com.oracle.svm.truffle.nfi.NativeAPI