public class javax.swing.event.RowSorterEvent extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.event.RowSorterEvent
  super_class: java.util.EventObject
{
  private javax.swing.event.RowSorterEvent$Type type;
    descriptor: Ljavax/swing/event/RowSorterEvent$Type;
    flags: (0x0002) ACC_PRIVATE

  private int[] oldViewToModel;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.swing.RowSorter<?>);
    descriptor: (Ljavax/swing/RowSorter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.event.RowSorterEvent this
        start local 1 // javax.swing.RowSorter source
         0: .line 75
            aload 0 /* this */
            aload 1 /* source */
            getstatic javax.swing.event.RowSorterEvent$Type.SORT_ORDER_CHANGED:Ljavax/swing/event/RowSorterEvent$Type;
            aconst_null
            invokespecial javax.swing.event.RowSorterEvent.<init>:(Ljavax/swing/RowSorter;Ljavax/swing/event/RowSorterEvent$Type;[I)V
         1: .line 76
            return
        end local 1 // javax.swing.RowSorter source
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/event/RowSorterEvent;
            0    2     1  source  Ljavax/swing/RowSorter<*>;
    Signature: (Ljavax/swing/RowSorter<*>;)V
    MethodParameters:
        Name  Flags
      source  

  public void <init>(javax.swing.RowSorter<?>, javax.swing.event.RowSorterEvent$Type, );
    descriptor: (Ljavax/swing/RowSorter;Ljavax/swing/event/RowSorterEvent$Type;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.swing.event.RowSorterEvent this
        start local 1 // javax.swing.RowSorter source
        start local 2 // javax.swing.event.RowSorterEvent$Type type
        start local 3 // int[] previousRowIndexToModel
         0: .line 90
            aload 0 /* this */
            aload 1 /* source */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 91
            aload 2 /* type */
            ifnonnull 3
         2: .line 92
            new java.lang.IllegalArgumentException
            dup
            ldc "type must be non-null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 94
      StackMap locals: javax.swing.event.RowSorterEvent javax.swing.RowSorter javax.swing.event.RowSorterEvent$Type int[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* type */
            putfield javax.swing.event.RowSorterEvent.type:Ljavax/swing/event/RowSorterEvent$Type;
         4: .line 95
            aload 0 /* this */
            aload 3 /* previousRowIndexToModel */
            putfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
         5: .line 96
            return
        end local 3 // int[] previousRowIndexToModel
        end local 2 // javax.swing.event.RowSorterEvent$Type type
        end local 1 // javax.swing.RowSorter source
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    6     0                     this  Ljavax/swing/event/RowSorterEvent;
            0    6     1                   source  Ljavax/swing/RowSorter<*>;
            0    6     2                     type  Ljavax/swing/event/RowSorterEvent$Type;
            0    6     3  previousRowIndexToModel  [I
    Signature: (Ljavax/swing/RowSorter<*>;Ljavax/swing/event/RowSorterEvent$Type;[I)V
    MethodParameters:
                         Name  Flags
      source                   
      type                     
      previousRowIndexToModel  

  public javax.swing.RowSorter<?> getSource();
    descriptor: ()Ljavax/swing/RowSorter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.event.RowSorterEvent this
         0: .line 105
            aload 0 /* this */
            invokespecial java.util.EventObject.getSource:()Ljava/lang/Object;
            checkcast javax.swing.RowSorter
            areturn
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/event/RowSorterEvent;
    Signature: ()Ljavax/swing/RowSorter<*>;

  public javax.swing.event.RowSorterEvent$Type getType();
    descriptor: ()Ljavax/swing/event/RowSorterEvent$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.event.RowSorterEvent this
         0: .line 114
            aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.type:Ljavax/swing/event/RowSorterEvent$Type;
            areturn
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/event/RowSorterEvent;

  public int convertPreviousRowIndexToModel(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.event.RowSorterEvent this
        start local 1 // int index
         0: .line 129
            aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
            ifnull 3
            iload 1 /* index */
            iflt 3
         1: .line 130
            iload 1 /* index */
            aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
            arraylength
            if_icmpge 3
         2: .line 131
            aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
            iload 1 /* index */
            iaload
            ireturn
         3: .line 133
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int index
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/event/RowSorterEvent;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getPreviousRowCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.event.RowSorterEvent this
         0: .line 144
            aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.event.RowSorterEvent.oldViewToModel:[I
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javax.swing.event.RowSorterEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/event/RowSorterEvent;

  public java.lang.Object getSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javax.swing.event.RowSorterEvent.getSource:()Ljavax/swing/RowSorter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RowSorterEvent.java"
NestMembers:
  javax.swing.event.RowSorterEvent$Type
InnerClasses:
  public final Type = javax.swing.event.RowSorterEvent$Type of javax.swing.event.RowSorterEvent