public abstract class org.eclipse.jetty.http.pathmap.PathSpec implements java.lang.Comparable<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.PathSpec
  super_class: java.lang.Object
{
  protected java.lang.String pathSpec;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jetty.http.pathmap.PathSpecGroup group;
    descriptor: Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
    flags: (0x0004) ACC_PROTECTED

  protected int pathDepth;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int specLength;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String suffix;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  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.PathSpec this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  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.PathSpec this
        start local 1 // org.eclipse.jetty.http.pathmap.PathSpec other
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.group:Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
            invokevirtual org.eclipse.jetty.http.pathmap.PathSpecGroup.ordinal:()I
            aload 1 /* other */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.group: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 38
            iload 2 /* diff */
            ifeq 3
         2: .line 40
            iload 2 /* diff */
            ireturn
         3: .line 44
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.specLength:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.specLength:I
            isub
            istore 2 /* diff */
         4: .line 45
            iload 2 /* diff */
            ifeq 6
         5: .line 47
            iload 2 /* diff */
            ireturn
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            aload 1 /* other */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec: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.PathSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            0    7     1  other  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            1    7     2   diff  I
    MethodParameters:
       Name  Flags
      other  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
        start local 1 // java.lang.Object obj
         0: .line 57
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 59
            iconst_1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 63
            iconst_0
            ireturn
         4: .line 65
      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 67
            iconst_0
            ireturn
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jetty.http.pathmap.PathSpec
            astore 2 /* other */
        start local 2 // org.eclipse.jetty.http.pathmap.PathSpec other
         7: .line 70
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            ifnonnull 10
         8: .line 72
            aload 2 /* other */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            ifnull 12
         9: .line 74
            iconst_0
            ireturn
        10: .line 77
      StackMap locals: org.eclipse.jetty.http.pathmap.PathSpec
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            aload 2 /* other */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 79
            iconst_0
            ireturn
        12: .line 81
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.pathmap.PathSpec other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            0   13     1    obj  Ljava/lang/Object;
            7   13     2  other  Lorg/eclipse/jetty/http/pathmap/PathSpec;
    MethodParameters:
      Name  Flags
      obj   

  public org.eclipse.jetty.http.pathmap.PathSpecGroup getGroup();
    descriptor: ()Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.group:Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  public int getPathDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathDepth:I
            ireturn
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  public abstract java.lang.String getPathInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      path  

  public abstract java.lang.String getPathMatch(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String getDeclaration();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 124
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.prefix:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  public java.lang.String getSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 144
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.suffix:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;

  public abstract java.lang.String getRelativePath(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      base  
      path  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 160
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 161
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jetty.http.pathmap.PathSpec int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.eclipse.jetty.http.pathmap.PathSpec int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 162
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            1    5     1  result  I

  public abstract boolean matches(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
         0: .line 176
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* str */
        start local 1 // java.lang.StringBuilder str
         1: .line 177
            aload 1 /* str */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "[\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 178
            aload 1 /* str */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathSpec:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 179
            aload 1 /* str */
            ldc "\",pathDepth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.pathDepth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         4: .line 180
            aload 1 /* str */
            ldc ",group="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.pathmap.PathSpec.group:Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         5: .line 181
            aload 1 /* str */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 182
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder str
        end local 0 // org.eclipse.jetty.http.pathmap.PathSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/http/pathmap/PathSpec;
            1    7     1   str  Ljava/lang/StringBuilder;

  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.PathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/eclipse/jetty/http/pathmap/PathSpec;>;
SourceFile: "PathSpec.java"