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 728
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 729
            aload 0 /* this */
            aload 1 /* path */
            putfield org.springframework.util.AntPathMatcher$AntPatternComparator.path:Ljava/lang/String;
         2: .line 730
            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 740
            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 741
            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 743
            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 744
            iconst_0
            ireturn
         4: .line 746
      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 747
            iconst_1
            ireturn
         6: .line 749
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isLeastSpecific:()Z
            ifeq 8
         7: .line 750
            iconst_m1
            ireturn
         8: .line 753
      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 754
            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 755
            iload 5 /* pattern1EqualsPath */
            ifeq 12
            iload 6 /* pattern2EqualsPath */
            ifeq 12
        11: .line 756
            iconst_0
            ireturn
        12: .line 758
      StackMap locals: int int
      StackMap stack:
            iload 5 /* pattern1EqualsPath */
            ifeq 14
        13: .line 759
            iconst_m1
            ireturn
        14: .line 761
      StackMap locals:
      StackMap stack:
            iload 6 /* pattern2EqualsPath */
            ifeq 16
        15: .line 762
            iconst_1
            ireturn
        16: .line 765
      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.getDoubleWildcards:()I
            ifne 18
        17: .line 766
            iconst_1
            ireturn
        18: .line 768
      StackMap locals:
      StackMap stack:
            aload 4 /* info2 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.isPrefixPattern:()Z
            ifeq 20
            aload 3 /* info1 */
            invokevirtual org.springframework.util.AntPathMatcher$AntPatternComparator$PatternInfo.getDoubleWildcards:()I
            ifne 20
        19: .line 769
            iconst_m1
            ireturn
        20: .line 772
      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 22
        21: .line 773
            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
        22: .line 776
      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 24
        23: .line 777
            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
        24: .line 780
      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 26
        25: .line 781
            iconst_m1
            ireturn
        26: .line 783
      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 28
        27: .line 784
            iconst_1
            ireturn
        28: .line 787
      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 30
        29: .line 788
            iconst_m1
            ireturn
        30: .line 790
      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 32
        31: .line 791
            iconst_1
            ireturn
        32: .line 794
      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   33     0                this  Lorg/springframework/util/AntPathMatcher$AntPatternComparator;
            0   33     1            pattern1  Ljava/lang/String;
            0   33     2            pattern2  Ljava/lang/String;
            1   33     3               info1  Lorg/springframework/util/AntPathMatcher$AntPatternComparator$PatternInfo;
            2   33     4               info2  Lorg/springframework/util/AntPathMatcher$AntPatternComparator$PatternInfo;
            9   33     5  pattern1EqualsPath  Z
           10   33     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