class org.hsqldb.util.TableSorter$Directive
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hsqldb.util.TableSorter$Directive
  super_class: java.lang.Object
{
  private int column;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int direction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hsqldb.util.TableSorter$Directive this
        start local 1 // int column
        start local 2 // int direction
         0: .line 617
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 618
            aload 0 /* this */
            iload 1 /* column */
            putfield org.hsqldb.util.TableSorter$Directive.column:I
         2: .line 619
            aload 0 /* this */
            iload 2 /* direction */
            putfield org.hsqldb.util.TableSorter$Directive.direction:I
         3: .line 620
            return
        end local 2 // int direction
        end local 1 // int column
        end local 0 // org.hsqldb.util.TableSorter$Directive this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/hsqldb/util/TableSorter$Directive;
            0    4     1     column  I
            0    4     2  direction  I
    MethodParameters:
           Name  Flags
      column     
      direction  
}
SourceFile: "TableSorter.java"
NestHost: org.hsqldb.util.TableSorter
InnerClasses:
  private Directive = org.hsqldb.util.TableSorter$Directive of org.hsqldb.util.TableSorter