public abstract class org.eclipse.jetty.http.pathmap.AbstractPathSpec implements org.eclipse.jetty.http.pathmap.PathSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.http.pathmap.AbstractPathSpec
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;

  public int compareTo(org.eclipse.jetty.http.pathmap.PathSpec);
    descriptor: (Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
        start local 1 // org.eclipse.jetty.http.pathmap.PathSpec other
         0: .line 29
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getGroup:()Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpecGroup.ordinal:()I
            aload 1 /* other */
            invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getGroup:()Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpecGroup.ordinal:()I
            isub
            istore 2 /* diff */
        start local 2 // int diff
         1: .line 30
            iload 2 /* diff */
            ifeq 3
         2: .line 31
            iload 2 /* diff */
            ireturn
         3: .line 34
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getSpecLength:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getSpecLength:()I
            isub
            istore 2 /* diff */
         4: .line 35
            iload 2 /* diff */
            ifeq 6
         5: .line 36
            iload 2 /* diff */
            ireturn
         6: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
            aload 1 /* other */
            invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getDeclaration:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 2 // int diff
        end local 1 // org.eclipse.jetty.http.pathmap.PathSpec other
        end local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;
            0    7     1  other  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            1    7     2   diff  I
    MethodParameters:
       Name  Flags
      other  

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
        start local 1 // java.lang.Object obj
         0: .line 45
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 46
            iconst_1
            ireturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 48
            iconst_0
            ireturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 50
            iconst_0
            ireturn
         6: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            checkcast org.eclipse.jetty.http.pathmap.AbstractPathSpec
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
            ifne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;
            0    8     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
         0: .line 58
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
         0: .line 64
            ldc "%s@%s{%s}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.AbstractPathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jetty.http.pathmap.PathSpec
            invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractPathSpec.java"