class purejavacomm.PureJavaSerialPort$3 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: purejavacomm.PureJavaSerialPort$3
  super_class: java.lang.Object
{
  final purejavacomm.PureJavaSerialPort this$0;
    descriptor: Lpurejavacomm/PureJavaSerialPort;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(purejavacomm.PureJavaSerialPort);
    descriptor: (Lpurejavacomm/PureJavaSerialPort;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // purejavacomm.PureJavaSerialPort$3 this
         0: .line 1151
            aload 0 /* this */
            aload 1
            putfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // purejavacomm.PureJavaSerialPort$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpurejavacomm/PureJavaSerialPort$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=14, args_size=1
        start local 0 // purejavacomm.PureJavaSerialPort$3 this
         0: .line 1154
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            iconst_1
            putfield purejavacomm.PureJavaSerialPort.m_ThreadRunning:Z
         1: .line 1156
            ldc "purejavacomm.pollperiod"
            bipush 10
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 1 /* TIMEOUT */
        start local 1 // int TIMEOUT
         2: .line 1158
            aconst_null
            astore 2 /* timeout */
        start local 2 // jtermios.TimeVal timeout
         3: .line 1159
            aconst_null
            astore 3 /* rset */
        start local 3 // jtermios.JTermios$FDSet rset
         4: .line 1160
            aconst_null
            astore 4 /* wset */
        start local 4 // jtermios.JTermios$FDSet wset
         5: .line 1161
            aconst_null
            astore 5 /* pollfd */
        start local 5 // jtermios.Pollfd[] pollfd
         6: .line 1162
            aconst_null
            astore 6 /* nudge */
        start local 6 // byte[] nudge
         7: .line 1164
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.USE_POLL:Z
            ifeq 13
         8: .line 1165
            iconst_2
            anewarray jtermios.Pollfd
            dup
            iconst_0
            new jtermios.Pollfd
            dup
            invokespecial jtermios.Pollfd.<init>:()V
            aastore
            dup
            iconst_1
            new jtermios.Pollfd
            dup
            invokespecial jtermios.Pollfd.<init>:()V
            aastore
            astore 5 /* pollfd */
         9: .line 1166
            iconst_1
            newarray 8
            astore 6 /* nudge */
        10: .line 1167
            aload 5 /* pollfd */
            iconst_0
            aaload
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            putfield jtermios.Pollfd.fd:I
        11: .line 1168
            aload 5 /* pollfd */
            iconst_1
            aaload
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_PipeRdFD:I
            putfield jtermios.Pollfd.fd:I
        12: .line 1169
            goto 94
        13: .line 1170
      StackMap locals: purejavacomm.PureJavaSerialPort$3 int jtermios.TimeVal jtermios.JTermios$FDSet jtermios.JTermios$FDSet jtermios.Pollfd[] byte[]
      StackMap stack:
            invokestatic jtermios.JTermios.newFDSet:()Ljtermios/JTermios$FDSet;
            astore 3 /* rset */
        14: .line 1171
            invokestatic jtermios.JTermios.newFDSet:()Ljtermios/JTermios$FDSet;
            astore 4 /* wset */
        15: .line 1172
            new jtermios.TimeVal
            dup
            invokespecial jtermios.TimeVal.<init>:()V
            astore 2 /* timeout */
        16: .line 1173
            iload 1 /* TIMEOUT */
            sipush 1000
            imul
            istore 7 /* t */
        start local 7 // int t
        17: .line 1174
            aload 2 /* timeout */
            iload 7 /* t */
            ldc 1000000
            idiv
            i2l
            putfield jtermios.TimeVal.tv_sec:J
        18: .line 1175
            aload 2 /* timeout */
            iload 7 /* t */
            i2l
            aload 2 /* timeout */
            getfield jtermios.TimeVal.tv_sec:J
            ldc 1000000
            lmul
            lsub
            putfield jtermios.TimeVal.tv_usec:J
        end local 7 // int t
        19: .line 1178
            goto 94
        20: .line 1179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnDataAvailable:Z
            ifeq 21
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_DataAvailableNotified:Z
            ifne 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: istore 7 /* read */
        start local 7 // boolean read
        23: .line 1180
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnOutputEmpty:Z
            ifeq 24
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_OutputEmptyNotified:Z
            ifne 24
            iconst_1
            goto 25
      StackMap locals: int
      StackMap stack:
        24: iconst_0
      StackMap locals:
      StackMap stack: int
        25: istore 8 /* write */
        start local 8 // boolean write
        26: .line 1181
            iconst_0
            istore 9 /* n */
        start local 9 // int n
        27: .line 1183
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnCTS:Z
            ifne 28
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnDSR:Z
            ifne 28
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnRI:Z
            ifne 28
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_NotifyOnCD:Z
            ifne 28
            iconst_0
            goto 29
      StackMap locals: int int
      StackMap stack:
        28: iconst_1
      StackMap locals:
      StackMap stack: int
        29: istore 10 /* pollCtrlLines */
        start local 10 // boolean pollCtrlLines
        30: .line 1185
            iload 7 /* read */
            ifne 31
            iload 8 /* write */
            ifne 31
            iload 10 /* pollCtrlLines */
            ifne 88
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_HaveNudgePipe:Z
            ifeq 88
        31: .line 1186
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.USE_POLL:Z
            ifeq 63
        32: .line 1187
            iconst_0
            istore 11 /* e */
        start local 11 // short e
        33: .line 1188
            iload 7 /* read */
            ifeq 35
        34: .line 1189
            iload 11 /* e */
            getstatic jtermios.JTermios.POLLIN:S
            ior
            i2s
            istore 11 /* e */
        35: .line 1190
      StackMap locals: int
      StackMap stack:
            iload 8 /* write */
            ifeq 37
        36: .line 1191
            iload 11 /* e */
            getstatic jtermios.JTermios.POLLOUT:S
            ior
            i2s
            istore 11 /* e */
        37: .line 1192
      StackMap locals:
      StackMap stack:
            aload 5 /* pollfd */
            iconst_0
            aaload
            iload 11 /* e */
            putfield jtermios.Pollfd.events:S
        38: .line 1193
            aload 5 /* pollfd */
            iconst_1
            aaload
            getstatic jtermios.JTermios.POLLIN:S
            putfield jtermios.Pollfd.events:S
        39: .line 1194
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_HaveNudgePipe:Z
            ifeq 41
        40: .line 1195
            aload 5 /* pollfd */
            iconst_2
            iload 1 /* TIMEOUT */
            invokestatic jtermios.JTermios.poll:([Ljtermios/Pollfd;II)I
            istore 9 /* n */
            goto 42
        41: .line 1197
      StackMap locals:
      StackMap stack:
            aload 5 /* pollfd */
            iconst_1
            iload 1 /* TIMEOUT */
            invokestatic jtermios.JTermios.poll:([Ljtermios/Pollfd;II)I
            istore 9 /* n */
        42: .line 1199
      StackMap locals:
      StackMap stack:
            aload 5 /* pollfd */
            iconst_1
            aaload
            getfield jtermios.Pollfd.revents:S
            istore 12 /* re */
        start local 12 // int re
        43: .line 1201
            iload 12 /* re */
            getstatic jtermios.JTermios.POLLNVAL:S
            iand
            ifeq 48
        44: .line 1202
            getstatic jtermios.JTermios$JTermiosLogging.log:Z
            ifeq 45
            iconst_1
            ldc "poll() returned POLLNVAL, errno %d\n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            invokestatic jtermios.JTermios.errno:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jtermios.JTermios$JTermiosLogging.log:(ILjava/lang/String;[Ljava/lang/Object;)Z
            ifeq 45
            iconst_1
            goto 46
      StackMap locals: int
      StackMap stack:
        45: iconst_0
      StackMap locals:
      StackMap stack: int
        46: putstatic jtermios.JTermios$JTermiosLogging.log:Z
        47: .line 1203
            goto 101
        48: .line 1206
      StackMap locals:
      StackMap stack:
            iload 12 /* re */
            getstatic jtermios.JTermios.POLLIN:S
            iand
            ifeq 50
        49: .line 1207
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_PipeRdFD:I
            aload 6 /* nudge */
            iconst_1
            invokestatic jtermios.JTermios.read:(I[BI)I
            pop
        50: .line 1209
      StackMap locals:
      StackMap stack:
            aload 5 /* pollfd */
            iconst_0
            aaload
            getfield jtermios.Pollfd.revents:S
            istore 12 /* re */
        51: .line 1210
            iload 12 /* re */
            getstatic jtermios.JTermios.POLLNVAL:S
            iand
            ifeq 56
        52: .line 1211
            getstatic jtermios.JTermios$JTermiosLogging.log:Z
            ifeq 53
            iconst_1
            ldc "poll() returned POLLNVAL, errno %d\n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            invokestatic jtermios.JTermios.errno:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jtermios.JTermios$JTermiosLogging.log:(ILjava/lang/String;[Ljava/lang/Object;)Z
            ifeq 53
            iconst_1
            goto 54
      StackMap locals:
      StackMap stack:
        53: iconst_0
      StackMap locals:
      StackMap stack: int
        54: putstatic jtermios.JTermios$JTermiosLogging.log:Z
        55: .line 1212
            goto 101
        56: .line 1214
      StackMap locals:
      StackMap stack:
            iload 7 /* read */
            ifeq 57
            iload 12 /* re */
            getstatic jtermios.JTermios.POLLIN:S
            iand
            ifeq 57
            iconst_1
            goto 58
      StackMap locals:
      StackMap stack:
        57: iconst_0
      StackMap locals:
      StackMap stack: int
        58: istore 7 /* read */
        59: .line 1215
            iload 8 /* write */
            ifeq 60
            iload 12 /* re */
            getstatic jtermios.JTermios.POLLOUT:S
            iand
            ifeq 60
            iconst_1
            goto 61
      StackMap locals:
      StackMap stack:
        60: iconst_0
      StackMap locals:
      StackMap stack: int
        61: istore 8 /* write */
        end local 12 // int re
        end local 11 // short e
        62: .line 1216
            goto 80
        63: .line 1217
      StackMap locals:
      StackMap stack:
            aload 3 /* rset */
            invokestatic jtermios.JTermios.FD_ZERO:(Ljtermios/JTermios$FDSet;)V
        64: .line 1218
            aload 4 /* wset */
            invokestatic jtermios.JTermios.FD_ZERO:(Ljtermios/JTermios$FDSet;)V
        65: .line 1219
            iload 7 /* read */
            ifeq 67
        66: .line 1220
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            aload 3 /* rset */
            invokestatic jtermios.JTermios.FD_SET:(ILjtermios/JTermios$FDSet;)V
        67: .line 1221
      StackMap locals:
      StackMap stack:
            iload 8 /* write */
            ifeq 69
        68: .line 1222
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            aload 4 /* wset */
            invokestatic jtermios.JTermios.FD_SET:(ILjtermios/JTermios$FDSet;)V
        69: .line 1223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_HaveNudgePipe:Z
            ifeq 71
        70: .line 1224
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_PipeRdFD:I
            aload 3 /* rset */
            invokestatic jtermios.JTermios.FD_SET:(ILjtermios/JTermios$FDSet;)V
        71: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            iconst_1
            iadd
            aload 3 /* rset */
            aload 4 /* wset */
            aconst_null
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_HaveNudgePipe:Z
            ifeq 72
            aconst_null
            goto 73
      StackMap locals: purejavacomm.PureJavaSerialPort$3 int jtermios.TimeVal jtermios.JTermios$FDSet jtermios.JTermios$FDSet jtermios.Pollfd[] byte[] int int int int
      StackMap stack: int jtermios.JTermios$FDSet jtermios.JTermios$FDSet null
        72: aload 2 /* timeout */
      StackMap locals: purejavacomm.PureJavaSerialPort$3 int jtermios.TimeVal jtermios.JTermios$FDSet jtermios.JTermios$FDSet jtermios.Pollfd[] byte[] int int int int
      StackMap stack: int jtermios.JTermios$FDSet jtermios.JTermios$FDSet null jtermios.TimeVal
        73: invokestatic jtermios.JTermios.select:(ILjtermios/JTermios$FDSet;Ljtermios/JTermios$FDSet;Ljtermios/JTermios$FDSet;Ljtermios/TimeVal;)I
            istore 9 /* n */
        74: .line 1226
            iload 7 /* read */
            ifeq 75
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            aload 3 /* rset */
            invokestatic jtermios.JTermios.FD_ISSET:(ILjtermios/JTermios$FDSet;)Z
            ifeq 75
            iconst_1
            goto 76
      StackMap locals:
      StackMap stack:
        75: iconst_0
      StackMap locals:
      StackMap stack: int
        76: istore 7 /* read */
        77: .line 1227
            iload 8 /* write */
            ifeq 78
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            aload 4 /* wset */
            invokestatic jtermios.JTermios.FD_ISSET:(ILjtermios/JTermios$FDSet;)Z
            ifeq 78
            iconst_1
            goto 79
      StackMap locals:
      StackMap stack:
        78: iconst_0
      StackMap locals:
      StackMap stack: int
        79: istore 8 /* write */
        80: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            ifge 82
        81: .line 1231
            goto 101
        82: .line 1232
      StackMap locals:
      StackMap stack:
            iload 9 /* n */
            ifge 89
        83: .line 1233
            getstatic jtermios.JTermios$JTermiosLogging.log:Z
            ifeq 84
            iconst_1
            ldc "select() or poll() returned %d, errno %d\n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 9 /* n */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            invokestatic jtermios.JTermios.errno:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jtermios.JTermios$JTermiosLogging.log:(ILjava/lang/String;[Ljava/lang/Object;)Z
            ifeq 84
            iconst_1
            goto 85
      StackMap locals:
      StackMap stack:
        84: iconst_0
      StackMap locals:
      StackMap stack: int
        85: putstatic jtermios.JTermios$JTermiosLogging.log:Z
        86: .line 1234
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            invokevirtual purejavacomm.PureJavaSerialPort.close:()V
        87: .line 1235
            goto 101
        88: .line 1238
      StackMap locals:
      StackMap stack:
            iload 1 /* TIMEOUT */
            i2l
            invokestatic java.lang.Thread.sleep:(J)V
        89: .line 1241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_EventListener:Lpurejavacomm/SerialPortEventListener;
            ifnull 94
        90: .line 1242
            iload 7 /* read */
            ifne 91
            iload 8 /* write */
            ifeq 92
        91: .line 1243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            iload 7 /* read */
            iload 8 /* write */
            invokevirtual purejavacomm.PureJavaSerialPort.sendDataEvents:(ZZ)V
        92: .line 1244
      StackMap locals:
      StackMap stack:
            iload 10 /* pollCtrlLines */
            ifeq 94
        93: .line 1245
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            invokevirtual purejavacomm.PureJavaSerialPort.sendNonDataEvents:()V
        end local 10 // boolean pollCtrlLines
        end local 9 // int n
        end local 8 // boolean write
        end local 7 // boolean read
        94: .line 1178
      StackMap locals: purejavacomm.PureJavaSerialPort$3 int jtermios.TimeVal jtermios.JTermios$FDSet jtermios.JTermios$FDSet jtermios.Pollfd[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            getfield purejavacomm.PureJavaSerialPort.m_FD:I
            ifge 20
        end local 6 // byte[] nudge
        end local 5 // jtermios.Pollfd[] pollfd
        end local 4 // jtermios.JTermios$FDSet wset
        end local 3 // jtermios.JTermios$FDSet rset
        end local 2 // jtermios.TimeVal timeout
        end local 1 // int TIMEOUT
        95: .line 1248
            goto 101
      StackMap locals: purejavacomm.PureJavaSerialPort$3
      StackMap stack: java.lang.InterruptedException
        96: pop
        97: .line 1250
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            iconst_0
            putfield purejavacomm.PureJavaSerialPort.m_ThreadRunning:Z
            goto 102
        98: .line 1249
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        99: .line 1250
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            iconst_0
            putfield purejavacomm.PureJavaSerialPort.m_ThreadRunning:Z
       100: .line 1251
            aload 13
            athrow
       101: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield purejavacomm.PureJavaSerialPort$3.this$0:Lpurejavacomm/PureJavaSerialPort;
            iconst_0
            putfield purejavacomm.PureJavaSerialPort.m_ThreadRunning:Z
       102: .line 1252
      StackMap locals:
      StackMap stack:
            return
        end local 0 // purejavacomm.PureJavaSerialPort$3 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0  103     0           this  Lpurejavacomm/PureJavaSerialPort$3;
            2   95     1        TIMEOUT  I
            3   95     2        timeout  Ljtermios/TimeVal;
            4   95     3           rset  Ljtermios/JTermios$FDSet;
            5   95     4           wset  Ljtermios/JTermios$FDSet;
            6   95     5         pollfd  [Ljtermios/Pollfd;
            7   95     6          nudge  [B
           17   19     7              t  I
           23   94     7           read  Z
           26   94     8          write  Z
           27   94     9              n  I
           30   94    10  pollCtrlLines  Z
           33   62    11              e  S
           43   62    12             re  I
      Exception table:
        from    to  target  type
           0    95      96  Class java.lang.InterruptedException
           0    97      98  any
}
SourceFile: "PureJavaSerialPort.java"
EnclosingMethod: purejavacomm.PureJavaSerialPort.<init>:(Ljava/lang/String;I)V
NestHost: purejavacomm.PureJavaSerialPort
InnerClasses:
  public abstract FDSet = jtermios.JTermios$FDSet of jtermios.JTermios
  public JTermiosLogging = jtermios.JTermios$JTermiosLogging of jtermios.JTermios
  purejavacomm.PureJavaSerialPort$3