class com.sun.media.sound.RealTimeSequencer$ControllerListElement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.RealTimeSequencer$ControllerListElement
  super_class: java.lang.Object
{
  int[] controllers;
    descriptor: [I
    flags: (0x0000) 

  final javax.sound.midi.ControllerEventListener listener;
    descriptor: Ljavax/sound/midi/ControllerEventListener;
    flags: (0x0010) ACC_FINAL

  final com.sun.media.sound.RealTimeSequencer this$0;
    descriptor: Lcom/sun/media/sound/RealTimeSequencer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.media.sound.RealTimeSequencer, javax.sound.midi.ControllerEventListener, int[]);
    descriptor: (Lcom/sun/media/sound/RealTimeSequencer;Ljavax/sound/midi/ControllerEventListener;[I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
        start local 2 // javax.sound.midi.ControllerEventListener listener
        start local 3 // int[] controllers
         0: .line 1098
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.this$0:Lcom/sun/media/sound/RealTimeSequencer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1100
            aload 0 /* this */
            aload 2 /* listener */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.listener:Ljavax/sound/midi/ControllerEventListener;
         2: .line 1101
            aload 3 /* controllers */
            ifnonnull 9
         3: .line 1102
            sipush 128
            newarray 10
            astore 3 /* controllers */
         4: .line 1103
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 1104
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement com.sun.media.sound.RealTimeSequencer javax.sound.midi.ControllerEventListener int[] int
      StackMap stack:
            aload 3 /* controllers */
            iload 4 /* i */
            iload 4 /* i */
            iastore
         7: .line 1103
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            sipush 128
            if_icmplt 6
        end local 4 // int i
         9: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* controllers */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
        10: .line 1108
            return
        end local 3 // int[] controllers
        end local 2 // javax.sound.midi.ControllerEventListener listener
        end local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/media/sound/RealTimeSequencer$ControllerListElement;
            0   11     2     listener  Ljavax/sound/midi/ControllerEventListener;
            0   11     3  controllers  [I
            5    9     4            i  I
    MethodParameters:
             Name  Flags
      this$0       final
      listener     
      controllers  

  private void addControllers(int[]);
    descriptor: ([I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
        start local 1 // int[] c
         0: .line 1112
            aload 1 /* c */
            ifnonnull 8
         1: .line 1113
            aload 0 /* this */
            sipush 128
            newarray 10
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
         2: .line 1114
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 1115
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 2 /* i */
            iload 2 /* i */
            iastore
         5: .line 1114
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            sipush 128
            if_icmplt 4
        end local 2 // int i
         7: .line 1117
            return
         8: .line 1119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            aload 1 /* c */
            arraylength
            iadd
            newarray 10
            astore 2 /* temp */
        start local 2 // int[] temp
         9: .line 1123
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 13
        11: .line 1124
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement int[] int[] top int
      StackMap stack:
            aload 2 /* temp */
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 4 /* i */
            iaload
            iastore
        12: .line 1123
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            if_icmplt 11
        end local 4 // int i
        14: .line 1126
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            istore 3 /* elements */
        start local 3 // int elements
        15: .line 1128
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        16: goto 28
        17: .line 1129
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement int[] int[] int int
      StackMap stack:
            iconst_0
            istore 5 /* flag */
        start local 5 // boolean flag
        18: .line 1131
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        19: goto 24
        20: .line 1132
      StackMap locals: int int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* i */
            iaload
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 6 /* j */
            iaload
            if_icmpne 23
        21: .line 1133
            iconst_1
            istore 5 /* flag */
        22: .line 1134
            goto 25
        23: .line 1131
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* j */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            if_icmplt 20
        end local 6 // int j
        25: .line 1137
      StackMap locals:
      StackMap stack:
            iload 5 /* flag */
            ifne 27
        26: .line 1138
            aload 2 /* temp */
            iload 3 /* elements */
            iinc 3 /* elements */ 1
            aload 1 /* c */
            iload 4 /* i */
            iaload
            iastore
        end local 5 // boolean flag
        27: .line 1128
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* i */
            aload 1 /* c */
            arraylength
            if_icmplt 17
        end local 4 // int i
        29: .line 1142
            iload 3 /* elements */
            newarray 10
            astore 4 /* newc */
        start local 4 // int[] newc
        30: .line 1143
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        31: goto 34
        32: .line 1144
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement int[] int[] int int[] int
      StackMap stack:
            aload 4 /* newc */
            iload 5 /* i */
            aload 2 /* temp */
            iload 5 /* i */
            iaload
            iastore
        33: .line 1143
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 5 /* i */
            iload 3 /* elements */
            if_icmplt 32
        end local 5 // int i
        35: .line 1146
            aload 0 /* this */
            aload 4 /* newc */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
        36: .line 1147
            return
        end local 4 // int[] newc
        end local 3 // int elements
        end local 2 // int[] temp
        end local 1 // int[] c
        end local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   37     0      this  Lcom/sun/media/sound/RealTimeSequencer$ControllerListElement;
            0   37     1         c  [I
            3    7     2         i  I
            9   37     2      temp  [I
           15   37     3  elements  I
           10   14     4         i  I
           16   29     4         i  I
           18   27     5      flag  Z
           19   25     6         j  I
           30   37     4      newc  [I
           31   35     5         i  I
    MethodParameters:
      Name  Flags
      c     

  private void removeControllers(int[]);
    descriptor: ([I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
        start local 1 // int[] c
         0: .line 1151
            aload 1 /* c */
            ifnonnull 3
         1: .line 1152
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
         2: .line 1153
            goto 26
         3: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            newarray 10
            astore 2 /* temp */
        start local 2 // int[] temp
         4: .line 1155
            iconst_0
            istore 3 /* elements */
        start local 3 // int elements
         5: .line 1158
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 18
         7: .line 1159
      StackMap locals: int[] int int
      StackMap stack:
            iconst_0
            istore 5 /* flag */
        start local 5 // boolean flag
         8: .line 1160
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         9: goto 14
        10: .line 1161
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 4 /* i */
            iaload
            aload 1 /* c */
            iload 6 /* j */
            iaload
            if_icmpne 13
        11: .line 1162
            iconst_1
            istore 5 /* flag */
        12: .line 1163
            goto 15
        13: .line 1160
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* j */
            aload 1 /* c */
            arraylength
            if_icmplt 10
        end local 6 // int j
        15: .line 1166
      StackMap locals:
      StackMap stack:
            iload 5 /* flag */
            ifne 17
        16: .line 1167
            aload 2 /* temp */
            iload 3 /* elements */
            iinc 3 /* elements */ 1
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 4 /* i */
            iaload
            iastore
        end local 5 // boolean flag
        17: .line 1158
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            if_icmplt 7
        end local 4 // int i
        19: .line 1171
            iload 3 /* elements */
            newarray 10
            astore 4 /* newc */
        start local 4 // int[] newc
        20: .line 1172
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        21: goto 24
        22: .line 1173
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement int[] int[] int int[] int
      StackMap stack:
            aload 4 /* newc */
            iload 5 /* i */
            aload 2 /* temp */
            iload 5 /* i */
            iaload
            iastore
        23: .line 1172
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            iload 3 /* elements */
            if_icmplt 22
        end local 5 // int i
        25: .line 1175
            aload 0 /* this */
            aload 4 /* newc */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
        end local 4 // int[] newc
        end local 3 // int elements
        end local 2 // int[] temp
        26: .line 1178
      StackMap locals: com.sun.media.sound.RealTimeSequencer$ControllerListElement int[]
      StackMap stack:
            return
        end local 1 // int[] c
        end local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Lcom/sun/media/sound/RealTimeSequencer$ControllerListElement;
            0   27     1         c  [I
            4   26     2      temp  [I
            5   26     3  elements  I
            6   19     4         i  I
            8   17     5      flag  Z
            9   15     6         j  I
           20   26     4      newc  [I
           21   25     5         i  I
    MethodParameters:
      Name  Flags
      c     

  private int[] getControllers();
    descriptor: ()[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
         0: .line 1184
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            ifnonnull 2
         1: .line 1185
            aconst_null
            areturn
         2: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            newarray 10
            astore 1 /* c */
        start local 1 // int[] c
         3: .line 1190
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 1191
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* c */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            iload 2 /* i */
            iaload
            iastore
         6: .line 1190
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 1193
            aload 1 /* c */
            areturn
        end local 1 // int[] c
        end local 0 // com.sun.media.sound.RealTimeSequencer$ControllerListElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/media/sound/RealTimeSequencer$ControllerListElement;
            3    9     1     c  [I
            4    8     2     i  I
}
SourceFile: "RealTimeSequencer.java"
NestHost: com.sun.media.sound.RealTimeSequencer
InnerClasses:
  private ControllerListElement = com.sun.media.sound.RealTimeSequencer$ControllerListElement of com.sun.media.sound.RealTimeSequencer