public final class jtermios.Termios
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jtermios.Termios
  super_class: java.lang.Object
{
  public int c_iflag;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c_oflag;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c_cflag;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c_lflag;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public byte[] c_cc;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public int c_ispeed;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c_ospeed;
    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.Termios this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            bipush 20
            newarray 8
            putfield jtermios.Termios.c_cc:[B
         2: .line 35
            return
        end local 0 // jtermios.Termios this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljtermios/Termios;

  public void set(jtermios.Termios);
    descriptor: (Ljtermios/Termios;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jtermios.Termios this
        start local 1 // jtermios.Termios s
         0: .line 44
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_iflag:I
            putfield jtermios.Termios.c_iflag:I
         1: .line 45
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_oflag:I
            putfield jtermios.Termios.c_oflag:I
         2: .line 46
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_cflag:I
            putfield jtermios.Termios.c_cflag:I
         3: .line 47
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_lflag:I
            putfield jtermios.Termios.c_lflag:I
         4: .line 48
            aload 1 /* s */
            getfield jtermios.Termios.c_cc:[B
            iconst_0
            aload 0 /* this */
            getfield jtermios.Termios.c_cc:[B
            iconst_0
            aload 0 /* this */
            getfield jtermios.Termios.c_cc:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 49
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_ispeed:I
            putfield jtermios.Termios.c_ispeed:I
         6: .line 50
            aload 0 /* this */
            aload 1 /* s */
            getfield jtermios.Termios.c_ospeed:I
            putfield jtermios.Termios.c_ospeed:I
         7: .line 51
            return
        end local 1 // jtermios.Termios s
        end local 0 // jtermios.Termios this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljtermios/Termios;
            0    8     1     s  Ljtermios/Termios;
    MethodParameters:
      Name  Flags
      s     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jtermios.Termios this
         0: .line 56
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 57
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_cc:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            iadd
            istore 1 /* result */
         2: .line 58
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_cflag:I
            iadd
            istore 1 /* result */
         3: .line 59
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_iflag:I
            iadd
            istore 1 /* result */
         4: .line 60
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_ispeed:I
            iadd
            istore 1 /* result */
         5: .line 61
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_lflag:I
            iadd
            istore 1 /* result */
         6: .line 62
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_oflag:I
            iadd
            istore 1 /* result */
         7: .line 63
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield jtermios.Termios.c_ospeed:I
            iadd
            istore 1 /* result */
         8: .line 64
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // jtermios.Termios this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljtermios/Termios;
            1    9     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jtermios.Termios this
        start local 1 // java.lang.Object obj
         0: .line 69
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 70
            iconst_1
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 72
            iconst_0
            ireturn
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 74
            iconst_0
            ireturn
         6: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast jtermios.Termios
            astore 2 /* other */
        start local 2 // jtermios.Termios other
         7: .line 76
            aload 0 /* this */
            getfield jtermios.Termios.c_cc:[B
            aload 2 /* other */
            getfield jtermios.Termios.c_cc:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifne 9
         8: .line 77
            iconst_0
            ireturn
         9: .line 78
      StackMap locals: jtermios.Termios
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_cflag:I
            aload 2 /* other */
            getfield jtermios.Termios.c_cflag:I
            if_icmpeq 11
        10: .line 79
            iconst_0
            ireturn
        11: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_iflag:I
            aload 2 /* other */
            getfield jtermios.Termios.c_iflag:I
            if_icmpeq 13
        12: .line 81
            iconst_0
            ireturn
        13: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_ispeed:I
            aload 2 /* other */
            getfield jtermios.Termios.c_ispeed:I
            if_icmpeq 15
        14: .line 83
            iconst_0
            ireturn
        15: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_lflag:I
            aload 2 /* other */
            getfield jtermios.Termios.c_lflag:I
            if_icmpeq 17
        16: .line 85
            iconst_0
            ireturn
        17: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_oflag:I
            aload 2 /* other */
            getfield jtermios.Termios.c_oflag:I
            if_icmpeq 19
        18: .line 87
            iconst_0
            ireturn
        19: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jtermios.Termios.c_ospeed:I
            aload 2 /* other */
            getfield jtermios.Termios.c_ospeed:I
            if_icmpeq 21
        20: .line 89
            iconst_0
            ireturn
        21: .line 90
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // jtermios.Termios other
        end local 1 // java.lang.Object obj
        end local 0 // jtermios.Termios this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Ljtermios/Termios;
            0   22     1    obj  Ljava/lang/Object;
            7   22     2  other  Ljtermios/Termios;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "Termios.java"