class com.apple.laf.AquaFileChooserUI$MacListSelectionModel extends javax.swing.DefaultListSelectionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$MacListSelectionModel
  super_class: javax.swing.DefaultListSelectionModel
{
  com.apple.laf.AquaFileSystemModel fModel;
    descriptor: Lcom/apple/laf/AquaFileSystemModel;
    flags: (0x0000) 

  final com.apple.laf.AquaFileChooserUI this$0;
    descriptor: Lcom/apple/laf/AquaFileChooserUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaFileChooserUI, com.apple.laf.AquaFileSystemModel);
    descriptor: (Lcom/apple/laf/AquaFileChooserUI;Lcom/apple/laf/AquaFileSystemModel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 2 // com.apple.laf.AquaFileSystemModel model
         0: .line 2250
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$MacListSelectionModel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            invokespecial javax.swing.DefaultListSelectionModel.<init>:()V
         1: .line 2251
            aload 0 /* this */
            aload 2 /* model */
            putfield com.apple.laf.AquaFileChooserUI$MacListSelectionModel.fModel:Lcom/apple/laf/AquaFileSystemModel;
         2: .line 2252
            return
        end local 2 // com.apple.laf.AquaFileSystemModel model
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0    3     2  model  Lcom/apple/laf/AquaFileSystemModel;
    MethodParameters:
        Name  Flags
      this$0  final
      model   final

  boolean isSelectableInListIndex(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int index
         0: .line 2257
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$MacListSelectionModel.fModel:Lcom/apple/laf/AquaFileSystemModel;
            iload 1 /* index */
            iconst_0
            invokevirtual com.apple.laf.AquaFileSystemModel.getValueAt:(II)Ljava/lang/Object;
            checkcast java.io.File
            astore 2 /* file */
        start local 2 // java.io.File file
         1: .line 2258
            aload 2 /* file */
            ifnull 2
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$MacListSelectionModel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 2 /* file */
            invokevirtual com.apple.laf.AquaFileChooserUI.isSelectableInList:(Ljava/io/File;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: java.io.File
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.io.File file
        end local 1 // int index
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0    3     1  index  I
            1    3     2   file  Ljava/io/File;
    MethodParameters:
       Name  Flags
      index  final

  void verifySelectionInterval(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int index0
        start local 2 // int index1
        start local 3 // boolean isSetSelection
         0: .line 2263
            iload 1 /* index0 */
            iload 2 /* index1 */
            if_icmple 4
         1: .line 2264
            iload 2 /* index1 */
            istore 4 /* tmp */
        start local 4 // int tmp
         2: .line 2265
            iload 1 /* index0 */
            istore 2 /* index1 */
         3: .line 2266
            iload 4 /* tmp */
            istore 1 /* index0 */
        end local 4 // int tmp
         4: .line 2268
      StackMap locals:
      StackMap stack:
            iload 1 /* index0 */
            istore 4 /* start */
        start local 4 // int start
         5: .line 2272
            goto 8
         6: .line 2273
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* start */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifeq 7
            goto 9
         7: .line 2272
      StackMap locals:
      StackMap stack:
            iinc 4 /* start */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* start */
            iload 2 /* index1 */
            if_icmple 6
         9: .line 2275
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* end */
        start local 5 // int end
        10: .line 2277
            iload 4 /* start */
            istore 6 /* i */
        start local 6 // int i
        11: goto 16
        12: .line 2278
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifne 14
        13: .line 2279
            goto 17
        14: .line 2281
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            istore 5 /* end */
        15: .line 2277
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 2 /* index1 */
            if_icmple 12
        end local 6 // int i
        17: .line 2284
      StackMap locals:
      StackMap stack:
            iload 5 /* end */
            iflt 26
        18: .line 2287
            iload 3 /* isSetSelection */
            ifeq 22
        19: .line 2288
            aload 0 /* this */
            iload 4 /* start */
            iload 5 /* end */
            invokespecial javax.swing.DefaultListSelectionModel.setSelectionInterval:(II)V
        20: .line 2289
            iconst_0
            istore 3 /* isSetSelection */
        21: .line 2290
            goto 23
        22: .line 2291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* start */
            iload 5 /* end */
            invokespecial javax.swing.DefaultListSelectionModel.addSelectionInterval:(II)V
        23: .line 2293
      StackMap locals:
      StackMap stack:
            iload 5 /* end */
            iconst_1
            iadd
            istore 4 /* start */
        24: .line 2297
            iload 4 /* start */
            iload 2 /* index1 */
        25: .line 2270
            if_icmple 8
        26: .line 2298
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int end
        end local 4 // int start
        end local 3 // boolean isSetSelection
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0   27     1          index0  I
            0   27     2          index1  I
            0   27     3  isSetSelection  Z
            2    4     4             tmp  I
            5   27     4           start  I
           10   27     5             end  I
           11   17     6               i  I
    MethodParameters:
                Name  Flags
      index0          
      index1          
      isSetSelection  

  public void setAnchorSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int anchorIndex
         0: .line 2301
            aload 0 /* this */
            iload 1 /* anchorIndex */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifeq 1
            aload 0 /* this */
            iload 1 /* anchorIndex */
            invokespecial javax.swing.DefaultListSelectionModel.setAnchorSelectionIndex:(I)V
         1: .line 2302
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int anchorIndex
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0    2     1  anchorIndex  I
    MethodParameters:
             Name  Flags
      anchorIndex  final

  public void setLeadSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int leadIndex
         0: .line 2305
            aload 0 /* this */
            iload 1 /* leadIndex */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifeq 1
            aload 0 /* this */
            iload 1 /* leadIndex */
            invokespecial javax.swing.DefaultListSelectionModel.setLeadSelectionIndex:(I)V
         1: .line 2306
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int leadIndex
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0    2     1  leadIndex  I
    MethodParameters:
           Name  Flags
      leadIndex  final

  public void setSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 2309
            iload 1 /* index0 */
            iconst_m1
            if_icmpeq 1
            iload 2 /* index1 */
            iconst_m1
            if_icmpne 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 2311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.getSelectionMode:()I
            ifeq 3
            iload 1 /* index0 */
            iload 2 /* index1 */
            if_icmpne 5
         3: .line 2312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* index1 */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifeq 6
            aload 0 /* this */
            iload 2 /* index1 */
            iload 2 /* index1 */
            invokespecial javax.swing.DefaultListSelectionModel.setSelectionInterval:(II)V
         4: .line 2313
            goto 6
         5: .line 2314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            iconst_1
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.verifySelectionInterval:(IIZ)V
         6: .line 2316
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0    7     1  index0  I
            0    7     2  index1  I
    MethodParameters:
        Name  Flags
      index0  final
      index1  final

  public void addSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 2319
            iload 1 /* index0 */
            iconst_m1
            if_icmpeq 1
            iload 2 /* index1 */
            iconst_m1
            if_icmpne 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 2321
      StackMap locals:
      StackMap stack:
            iload 1 /* index0 */
            iload 2 /* index1 */
            if_icmpne 5
         3: .line 2322
            aload 0 /* this */
            iload 2 /* index1 */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.isSelectableInListIndex:(I)Z
            ifeq 4
            aload 0 /* this */
            iload 2 /* index1 */
            iload 2 /* index1 */
            invokespecial javax.swing.DefaultListSelectionModel.addSelectionInterval:(II)V
         4: .line 2323
      StackMap locals:
      StackMap stack:
            return
         5: .line 2326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.getSelectionMode:()I
            iconst_2
            if_icmpeq 8
         6: .line 2327
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.setSelectionInterval:(II)V
         7: .line 2328
            return
         8: .line 2331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            iconst_0
            invokevirtual com.apple.laf.AquaFileChooserUI$MacListSelectionModel.verifySelectionInterval:(IIZ)V
         9: .line 2332
            return
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // com.apple.laf.AquaFileChooserUI$MacListSelectionModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/apple/laf/AquaFileChooserUI$MacListSelectionModel;
            0   10     1  index0  I
            0   10     2  index1  I
    MethodParameters:
        Name  Flags
      index0  final
      index1  final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  MacListSelectionModel = com.apple.laf.AquaFileChooserUI$MacListSelectionModel of com.apple.laf.AquaFileChooserUI