public class jtermios.freebsd.JTermiosImpl$fd_set extends com.sun.jna.Structure implements jtermios.JTermios$FDSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jtermios.freebsd.JTermiosImpl$fd_set
  super_class: com.sun.jna.Structure
{
  private static final int NFBBITS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int fd_count;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  public int[] fd_array;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
         0: .line 201
            aload 0 /* this */
            invokespecial com.sun.jna.Structure.<init>:()V
         1: .line 205
            aload 0 /* this */
            bipush 32
            newarray 10
            putfield jtermios.freebsd.JTermiosImpl$fd_set.fd_array:[I
         2: .line 201
            return
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;

  protected java.util.List getFieldOrder();
    descriptor: ()Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
         0: .line 209
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 210
            ldc "fd_array"
            aastore
         2: .line 209
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;

  public void FD_SET(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
        start local 1 // int fd
         0: .line 215
            aload 0 /* this */
            getfield jtermios.freebsd.JTermiosImpl$fd_set.fd_array:[I
            iload 1 /* fd */
            bipush 32
            idiv
            dup2
            iaload
            iconst_1
            iload 1 /* fd */
            bipush 32
            irem
            ishl
            ior
            iastore
         1: .line 216
            return
        end local 1 // int fd
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;
            0    2     1    fd  I
    MethodParameters:
      Name  Flags
      fd    

  public boolean FD_ISSET(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
        start local 1 // int fd
         0: .line 219
            aload 0 /* this */
            getfield jtermios.freebsd.JTermiosImpl$fd_set.fd_array:[I
            iload 1 /* fd */
            bipush 32
            idiv
            iaload
            iconst_1
            iload 1 /* fd */
            bipush 32
            irem
            ishl
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int fd
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;
            0    2     1    fd  I
    MethodParameters:
      Name  Flags
      fd    

  public void FD_ZERO();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
         0: .line 223
            aload 0 /* this */
            getfield jtermios.freebsd.JTermiosImpl$fd_set.fd_array:[I
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
         1: .line 224
            return
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;

  public void FD_CLR(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
        start local 1 // int fd
         0: .line 227
            aload 0 /* this */
            getfield jtermios.freebsd.JTermiosImpl$fd_set.fd_array:[I
            iload 1 /* fd */
            bipush 32
            idiv
            dup2
            iaload
            iconst_1
            iload 1 /* fd */
            bipush 32
            irem
            ishl
            iconst_m1
            ixor
            iand
            iastore
         1: .line 228
            return
        end local 1 // int fd
        end local 0 // jtermios.freebsd.JTermiosImpl$fd_set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljtermios/freebsd/JTermiosImpl$fd_set;
            0    2     1    fd  I
    MethodParameters:
      Name  Flags
      fd    
}
SourceFile: "JTermiosImpl.java"
NestHost: jtermios.freebsd.JTermiosImpl
InnerClasses:
  public abstract FDSet = jtermios.JTermios$FDSet of jtermios.JTermios
  public fd_set = jtermios.freebsd.JTermiosImpl$fd_set of jtermios.freebsd.JTermiosImpl