public class javax.naming.ldap.SortKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.naming.ldap.SortKey
  super_class: java.lang.Object
{
  private java.lang.String attrID;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean reverseOrder;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String matchingRuleID;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.naming.ldap.SortKey this
        start local 1 // java.lang.String attrID
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield javax.naming.ldap.SortKey.reverseOrder:Z
         2: .line 53
            aload 0 /* this */
            aconst_null
            putfield javax.naming.ldap.SortKey.matchingRuleID:Ljava/lang/String;
         3: .line 64
            aload 0 /* this */
            aload 1 /* attrID */
            putfield javax.naming.ldap.SortKey.attrID:Ljava/lang/String;
         4: .line 65
            return
        end local 1 // java.lang.String attrID
        end local 0 // javax.naming.ldap.SortKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/naming/ldap/SortKey;
            0    5     1  attrID  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      attrID  

  public void <init>(java.lang.String, boolean, java.lang.String);
    descriptor: (Ljava/lang/String;ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.naming.ldap.SortKey this
        start local 1 // java.lang.String attrID
        start local 2 // boolean ascendingOrder
        start local 3 // java.lang.String matchingRuleID
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield javax.naming.ldap.SortKey.reverseOrder:Z
         2: .line 53
            aload 0 /* this */
            aconst_null
            putfield javax.naming.ldap.SortKey.matchingRuleID:Ljava/lang/String;
         3: .line 85
            aload 0 /* this */
            aload 1 /* attrID */
            putfield javax.naming.ldap.SortKey.attrID:Ljava/lang/String;
         4: .line 86
            aload 0 /* this */
            iload 2 /* ascendingOrder */
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: javax.naming.ldap.SortKey java.lang.String int java.lang.String
      StackMap stack: javax.naming.ldap.SortKey
         5: iconst_1
      StackMap locals: javax.naming.ldap.SortKey java.lang.String int java.lang.String
      StackMap stack: javax.naming.ldap.SortKey int
         6: putfield javax.naming.ldap.SortKey.reverseOrder:Z
         7: .line 87
            aload 0 /* this */
            aload 3 /* matchingRuleID */
            putfield javax.naming.ldap.SortKey.matchingRuleID:Ljava/lang/String;
         8: .line 88
            return
        end local 3 // java.lang.String matchingRuleID
        end local 2 // boolean ascendingOrder
        end local 1 // java.lang.String attrID
        end local 0 // javax.naming.ldap.SortKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Ljavax/naming/ldap/SortKey;
            0    9     1          attrID  Ljava/lang/String;
            0    9     2  ascendingOrder  Z
            0    9     3  matchingRuleID  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      attrID          
      ascendingOrder  
      matchingRuleID  

  public java.lang.String getAttributeID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.SortKey this
         0: .line 96
            aload 0 /* this */
            getfield javax.naming.ldap.SortKey.attrID:Ljava/lang/String;
            areturn
        end local 0 // javax.naming.ldap.SortKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/naming/ldap/SortKey;

  public boolean isAscending();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.SortKey this
         0: .line 105
            aload 0 /* this */
            getfield javax.naming.ldap.SortKey.reverseOrder:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javax.naming.ldap.SortKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/naming/ldap/SortKey;

  public java.lang.String getMatchingRuleID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.SortKey this
         0: .line 116
            aload 0 /* this */
            getfield javax.naming.ldap.SortKey.matchingRuleID:Ljava/lang/String;
            areturn
        end local 0 // javax.naming.ldap.SortKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/naming/ldap/SortKey;
}
SourceFile: "SortKey.java"