public interface com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_cif extends org.graalvm.word.PointerBase
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_cif
super_class: java.lang.Object
{
public abstract int nargs();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.struct.CField()
public abstract com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type_array arg_types();
descriptor: ()Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type_array;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.struct.CField()
}
SourceFile: "LibFFI.java"
NestHost: com.oracle.svm.truffle.nfi.libffi.LibFFI
InnerClasses:
public abstract ffi_cif = com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_cif of com.oracle.svm.truffle.nfi.libffi.LibFFI
public abstract ffi_type_array = com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type_array of com.oracle.svm.truffle.nfi.libffi.LibFFI
RuntimeVisibleAnnotations:
org.graalvm.nativeimage.c.struct.CStruct(value = "ffi_cif")