public class jtermios.windows.WinAPI$ULONG_PTR extends com.sun.jna.IntegerType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jtermios.windows.WinAPI$ULONG_PTR
  super_class: com.sun.jna.IntegerType
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jtermios.windows.WinAPI$ULONG_PTR this
         0: .line 404
            aload 0 /* this */
            lconst_0
            invokespecial jtermios.windows.WinAPI$ULONG_PTR.<init>:(J)V
         1: .line 405
            return
        end local 0 // jtermios.windows.WinAPI$ULONG_PTR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljtermios/windows/WinAPI$ULONG_PTR;

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jtermios.windows.WinAPI$ULONG_PTR this
        start local 1 // long value
         0: .line 408
            aload 0 /* this */
            getstatic com.sun.jna.Pointer.SIZE:I
            lload 1 /* value */
            invokespecial com.sun.jna.IntegerType.<init>:(IJ)V
         1: .line 409
            return
        end local 1 // long value
        end local 0 // jtermios.windows.WinAPI$ULONG_PTR this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljtermios/windows/WinAPI$ULONG_PTR;
            0    2     1  value  J
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "WinAPI.java"
NestHost: jtermios.windows.WinAPI
InnerClasses:
  public ULONG_PTR = jtermios.windows.WinAPI$ULONG_PTR of jtermios.windows.WinAPI