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 1035
            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 1037
            aload 0 /* this */
            aload 2 /* listener */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.listener:Ljavax/sound/midi/ControllerEventListener;
         2: .line 1038
            aload 3 /* controllers */
            ifnonnull 9
         3: .line 1039
            sipush 128
            newarray 10
            astore 3 /* controllers */
         4: .line 1040
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 1041
      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 1040
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            sipush 128
            if_icmplt 6
        end local 4 // int i
         9: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* controllers */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
        10: .line 1045
            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 1049
            aload 1 /* c */
            ifnonnull 8
         1: .line 1050
            aload 0 /* this */
            sipush 128
            newarray 10
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
         2: .line 1051
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 1052
      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 1051
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            sipush 128
            if_icmplt 4
        end local 2 // int i
         7: .line 1054
            return
         8: .line 1056
      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 1060
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 13
        11: .line 1061
      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 1060
            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 1063
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            arraylength
            istore 3 /* elements */
        start local 3 // int elements
        15: .line 1065
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        16: goto 28
        17: .line 1066
      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 1068
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        19: goto 24
        20: .line 1069
      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 1070
            iconst_1
            istore 5 /* flag */
        22: .line 1071
            goto 25
        23: .line 1068
      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 1074
      StackMap locals:
      StackMap stack:
            iload 5 /* flag */
            ifne 27
        26: .line 1075
            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 1065
      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 1079
            iload 3 /* elements */
            newarray 10
            astore 4 /* newc */
        start local 4 // int[] newc
        30: .line 1080
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        31: goto 34
        32: .line 1081
      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 1080
            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 1083
            aload 0 /* this */
            aload 4 /* newc */
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
        36: .line 1084
            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 1088
            aload 1 /* c */
            ifnonnull 3
         1: .line 1089
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
         2: .line 1090
            goto 26
         3: .line 1091
      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 1092
            iconst_0
            istore 3 /* elements */
        start local 3 // int elements
         5: .line 1095
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 18
         7: .line 1096
      StackMap locals: int[] int int
      StackMap stack:
            iconst_0
            istore 5 /* flag */
        start local 5 // boolean flag
         8: .line 1097
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         9: goto 14
        10: .line 1098
      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 1099
            iconst_1
            istore 5 /* flag */
        12: .line 1100
            goto 15
        13: .line 1097
      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 1103
      StackMap locals:
      StackMap stack:
            iload 5 /* flag */
            ifne 17
        16: .line 1104
            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 1095
      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 1108
            iload 3 /* elements */
            newarray 10
            astore 4 /* newc */
        start local 4 // int[] newc
        20: .line 1109
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        21: goto 24
        22: .line 1110
      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 1109
            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 1112
            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 1115
      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 1121
            aload 0 /* this */
            getfield com.sun.media.sound.RealTimeSequencer$ControllerListElement.controllers:[I
            ifnonnull 2
         1: .line 1122
            aconst_null
            areturn
         2: .line 1125
      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 1127
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 1128
      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 1127
            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 1130
            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