final class org.jruby.util.WindowsFFI$SingletonHolder
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.util.WindowsFFI$SingletonHolder
super_class: java.lang.Object
{
static final org.jruby.util.WindowsFFI$Kernel32 Kernel32;
descriptor: Lorg/jruby/util/WindowsFFI$Kernel32;
flags: (0x0018) ACC_STATIC, ACC_FINAL
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import jnr.ffi.LibraryOption cannot be resolved\n\tThe import jnr.ffi.Runtime cannot be resolved\n\tThe import jnr.ffi.annotations.Out cannot be resolved\n\tThe import jnr.ffi.byref cannot be resolved\n\tThe import jnr.ffi.types.intptr_t cannot be resolved\n\tThe import jnr.ffi.types.uintptr_t cannot be resolved\n\tintptr_t cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tOut cannot be resolved to a type\n\tIntByReference cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tLibraryLoader cannot be resolved\n\tCallingConvention cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/WindowsFFI$SingletonHolder;
}
SourceFile: "WindowsFFI.java"
NestHost: org.jruby.util.WindowsFFI
InnerClasses:
public abstract Kernel32 = org.jruby.util.WindowsFFI$Kernel32 of org.jruby.util.WindowsFFI
private final SingletonHolder = org.jruby.util.WindowsFFI$SingletonHolder of org.jruby.util.WindowsFFI