public class org.springframework.util.AntPathMatcher$AntPatternComparator implements java.util.Comparator<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.util.AntPathMatcher$AntPatternComparator
  super_class: java.lang.Object
{
  private final java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 // org.springframework.util.AntPathMatcher$AntPatternComparator this
        start local 1 // java.lang.String path
         0: .line 766
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 767
            aload 0 /* this */
            aload 1 /* path */
            putfield org.springframework.util.AntPathMatcher$AntPatternComparator.path:Ljava/lang/String;
         2: .line 768
            return
        end local 1 // java.lang.String path
        end local 0 // org.springframework.util.AntPathMatcher$AntPatternComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/util/AntPathMatcher$AntPatternComparator;
            0    3     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public int compare(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.springframework.util.AntPathMatcher$AntPatternComparator this
        start local 1 // java.lang.String pattern1
        start local 2 // java.lang.String pattern2
         0: .line 778
            new org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo
            dup
            aload 1 /* pattern1 */
            invokespecial org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.<init>:(Ljava/lang/String;)V
            astore 3 /* info1 */
        start local 3 // org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo info1
         1: .line 779
            new org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo
            dup
            aload 2 /* pattern2 */
            invokespecial org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.<init>:(Ljava/lang/String;)V
            astore 4 /* info2 */
        start local 4 // org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo info2
         2: .line 781
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isLeastSpecific:()Z
            ifeq 4
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isLeastSpecific:()Z
            ifeq 4
         3: .line 782
            iconst_0
            ireturn
         4: .line 784
      StackMap locals: org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isLeastSpecific:()Z
            ifeq 6
         5: .line 785
            iconst_1
            ireturn
         6: .line 787
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isLeastSpecific:()Z
            ifeq 8
         7: .line 788
            iconst_m1
            ireturn
         8: .line 791
      StackMap locals:
      StackMap stack:
            aload 1 /* pattern1 */
            aload 0 /* this */
            getfield org.springframework.util.AntPathMatcher$AntPatternComparator.path:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 5 /* pattern1EqualsPath */
        start local 5 // boolean pattern1EqualsPath
         9: .line 792
            aload 2 /* pattern2 */
            aload 0 /* this */
            getfield org.springframework.util.AntPathMatcher$AntPatternComparator.path:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 6 /* pattern2EqualsPath */
        start local 6 // boolean pattern2EqualsPath
        10: .line 793
            iload 5 /* pattern1EqualsPath */
            ifeq 12
            iload 6 /* pattern2EqualsPath */
            ifeq 12
        11: .line 794
            iconst_0
            ireturn
        12: .line 796
      StackMap locals: int int
      StackMap stack:
            iload 5 /* pattern1EqualsPath */
            ifeq 14
        13: .line 797
            iconst_m1
            ireturn
        14: .line 799
      StackMap locals:
      StackMap stack:
            iload 6 /* pattern2EqualsPath */
            ifeq 16
        15: .line 800
            iconst_1
            ireturn
        16: .line 803
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isPrefixPattern:()Z
            ifeq 18
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isPrefixPattern:()Z
            ifeq 18
        17: .line 804
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            isub
            ireturn
        18: .line 806
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isPrefixPattern:()Z
            ifeq 20
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getDoubleWildcards:()I
            ifne 20
        19: .line 807
            iconst_1
            ireturn
        20: .line 809
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isPrefixPattern:()Z
            ifeq 22
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getDoubleWildcards:()I
            ifne 22
        21: .line 810
            iconst_m1
            ireturn
        22: .line 813
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getTotalCount:()I
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getTotalCount:()I
            if_icmpeq 24
        23: .line 814
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getTotalCount:()I
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getTotalCount:()I
            isub
            ireturn
        24: .line 817
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            if_icmpeq 26
        25: .line 818
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getLength:()I
            isub
            ireturn
        26: .line 821
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getSingleWildcards:()I
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getSingleWildcards:()I
            if_icmpge 28
        27: .line 822
            iconst_m1
            ireturn
        28: .line 824
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getSingleWildcards:()I
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getSingleWildcards:()I
            if_icmpge 30
        29: .line 825
            iconst_1
            ireturn
        30: .line 828
      StackMap locals:
      StackMap stack:
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getUriVars:()I
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getUriVars:()I
            if_icmpge 32
        31: .line 829
            iconst_m1
            ireturn
        32: .line 831
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getUriVars:()I
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getUriVars:()I
            if_icmpge 34
        33: .line 832
            iconst_1
            ireturn
        34: .line 835
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // boolean pattern2EqualsPath
        end local 5 // boolean pattern1EqualsPath
        end local 4 // org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo info2
        end local 3 // org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo info1
        end local 2 // java.lang.String pattern2
        end local 1 // java.lang.String pattern1
        end local 0 // org.springframework.util.AntPathMatcher$AntPatternComparator this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   35     0                this  Lorg/springframework/util/AntPathMatcher$AntPatternComparator;
            0   35     1            pattern1  Ljava/lang/String;
            0   35     2            pattern2  Ljava/lang/String;
            1   35     3               info1  Lorg/springframework/util/AntPathMatcher$AntPatternComparator$PatternInfo;
            2   35     4               info2  Lorg/springframework/util/AntPathMatcher$AntPatternComparator$PatternInfo;
            9   35     5  pattern1EqualsPath  Z
           10   35     6  pattern2EqualsPath  Z
    MethodParameters:
          Name  Flags
      pattern1  
      pattern2  

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            aload 2
            checkcast java.lang.String
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator.compare:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Ljava/lang/String;>;
SourceFile: "AntPathMatcher.java"
NestHost: org.springframework.util.AntPathMatcher
InnerClasses:
  protected AntPatternComparator = org.springframework.util.AntPathMatcher$AntPatternComparator of org.springframework.util.AntPathMatcher
  private PatternInfo = org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo of org.springframework.util.AntPathMatcher$AntPatternComparator