public class org.jruby.util.WindowsFFI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.WindowsFFI
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.WindowsFFI this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.util.WindowsFFI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/WindowsFFI;

  public static org.jruby.util.WindowsFFI$Kernel32 getKernel32();
    descriptor: ()Lorg/jruby/util/WindowsFFI$Kernel32;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 67
            invokestatic org.jruby.util.WindowsFFI.kernel32:()Lorg/jruby/util/WindowsFFI$Kernel32;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jruby.util.WindowsFFI$Kernel32 kernel32();
    descriptor: ()Lorg/jruby/util/WindowsFFI$Kernel32;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 71
            getstatic org.jruby.util.WindowsFFI$SingletonHolder.Kernel32:Lorg/jruby/util/WindowsFFI$Kernel32;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "WindowsFFI.java"
NestMembers:
  org.jruby.util.WindowsFFI$Kernel32  org.jruby.util.WindowsFFI$SingletonHolder
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