class org.springframework.web.util.pattern.PathPattern$MatchingContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.util.pattern.PathPattern$MatchingContext
  super_class: java.lang.Object
{
  final org.springframework.http.server.PathContainer candidate;
    descriptor: Lorg/springframework/http/server/PathContainer;
    flags: (0x0010) ACC_FINAL

  final java.util.List<org.springframework.http.server.PathContainer$Element> pathElements;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/http/server/PathContainer$Element;>;

  final int pathLength;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private java.util.Map<java.lang.String, java.lang.String> extractedUriVariables;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.util.Map<java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>> extractedMatrixVariables;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  boolean extractingVariables;
    descriptor: Z
    flags: (0x0000) 

  boolean determineRemainingPath;
    descriptor: Z
    flags: (0x0000) 

  int remainingPathIndex;
    descriptor: I
    flags: (0x0000) 

  final org.springframework.web.util.pattern.PathPattern this$0;
    descriptor: Lorg/springframework/web/util/pattern/PathPattern;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.web.util.pattern.PathPattern, org.springframework.http.server.PathContainer, boolean);
    descriptor: (Lorg/springframework/web/util/pattern/PathPattern;Lorg/springframework/http/server/PathContainer;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
        start local 2 // org.springframework.http.server.PathContainer pathContainer
        start local 3 // boolean extractVariables
         0: .line 675
            aload 0 /* this */
            aload 1
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.this$0:Lorg/springframework/web/util/pattern/PathPattern;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 668
            aload 0 /* this */
            iconst_0
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.determineRemainingPath:Z
         2: .line 676
            aload 0 /* this */
            aload 2 /* pathContainer */
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.candidate:Lorg/springframework/http/server/PathContainer;
         3: .line 677
            aload 0 /* this */
            aload 2 /* pathContainer */
            invokeinterface org.springframework.http.server.PathContainer.elements:()Ljava/util/List;
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
         4: .line 678
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathLength:I
         5: .line 679
            aload 0 /* this */
            iload 3 /* extractVariables */
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractingVariables:Z
         6: .line 680
            return
        end local 3 // boolean extractVariables
        end local 2 // org.springframework.http.server.PathContainer pathContainer
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
            0    7     2     pathContainer  Lorg/springframework/http/server/PathContainer;
            0    7     3  extractVariables  Z
    MethodParameters:
                  Name  Flags
      this$0            final
      pathContainer     
      extractVariables  

  public void setMatchAllowExtraPath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
         0: .line 683
            aload 0 /* this */
            iconst_1
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.determineRemainingPath:Z
         1: .line 684
            return
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;

  public boolean isMatchOptionalTrailingSeparator();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
         0: .line 687
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.this$0:Lorg/springframework/web/util/pattern/PathPattern;
            getfield org.springframework.web.util.pattern.PathPattern.matchOptionalTrailingSeparator:Z
            ireturn
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;

  public void set(java.lang.String, java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/springframework/util/MultiValueMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // org.springframework.util.MultiValueMap parameters
         0: .line 691
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
            ifnonnull 2
         1: .line 692
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
         2: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 696
            aload 3 /* parameters */
            invokeinterface org.springframework.util.MultiValueMap.isEmpty:()Z
            ifne 7
         4: .line 697
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
            ifnonnull 6
         5: .line 698
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
         6: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
            aload 1 /* key */
            aload 3 /* parameters */
            invokestatic org.springframework.util.CollectionUtils.unmodifiableMultiValueMap:(Lorg/springframework/util/MultiValueMap;)Lorg/springframework/util/MultiValueMap;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 702
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.springframework.util.MultiValueMap parameters
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
            0    8     1         key  Ljava/lang/String;
            0    8     2       value  Ljava/lang/String;
            0    8     3  parameters  Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      key         
      value       
      parameters  

  public org.springframework.web.util.pattern.PathPattern$PathMatchInfo getPathMatchResult();
    descriptor: ()Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
         0: .line 705
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
            ifnonnull 2
         1: .line 706
            getstatic org.springframework.web.util.pattern.PathPattern$PathMatchInfo.EMPTY:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
            areturn
         2: .line 709
      StackMap locals:
      StackMap stack:
            new org.springframework.web.util.pattern.PathPattern$PathMatchInfo
            dup
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
            invokespecial org.springframework.web.util.pattern.PathPattern$PathMatchInfo.<init>:(Ljava/util/Map;Ljava/util/Map;)V
            areturn
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;

  boolean isSeparator(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
        start local 1 // int pathIndex
         0: .line 719
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
            iload 1 /* pathIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            instanceof org.springframework.http.server.PathContainer$Separator
            ireturn
        end local 1 // int pathIndex
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
            0    1     1  pathIndex  I
    MethodParameters:
           Name  Flags
      pathIndex  

  java.lang.String pathElementValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
        start local 1 // int pathIndex
         0: .line 728
            iload 1 /* pathIndex */
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathLength:I
            if_icmpge 1
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
            iload 1 /* pathIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.springframework.http.server.PathContainer$Element
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.http.server.PathContainer$Element
         2: astore 2 /* element */
        start local 2 // org.springframework.http.server.PathContainer$Element element
         3: .line 729
            aload 2 /* element */
            instanceof org.springframework.http.server.PathContainer$PathSegment
            ifeq 5
         4: .line 730
            aload 2 /* element */
            checkcast org.springframework.http.server.PathContainer$PathSegment
            invokeinterface org.springframework.http.server.PathContainer$PathSegment.valueToMatch:()Ljava/lang/String;
            areturn
         5: .line 732
      StackMap locals: org.springframework.http.server.PathContainer$Element
      StackMap stack:
            ldc ""
            areturn
        end local 2 // org.springframework.http.server.PathContainer$Element element
        end local 1 // int pathIndex
        end local 0 // org.springframework.web.util.pattern.PathPattern$MatchingContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
            0    6     1  pathIndex  I
            3    6     2    element  Lorg/springframework/http/server/PathContainer$Element;
    MethodParameters:
           Name  Flags
      pathIndex  
}
SourceFile: "PathPattern.java"
NestHost: org.springframework.web.util.pattern.PathPattern
InnerClasses:
  public abstract Element = org.springframework.http.server.PathContainer$Element of org.springframework.http.server.PathContainer
  public abstract PathSegment = org.springframework.http.server.PathContainer$PathSegment of org.springframework.http.server.PathContainer
  public abstract Separator = org.springframework.http.server.PathContainer$Separator of org.springframework.http.server.PathContainer
  MatchingContext = org.springframework.web.util.pattern.PathPattern$MatchingContext of org.springframework.web.util.pattern.PathPattern
  public PathMatchInfo = org.springframework.web.util.pattern.PathPattern$PathMatchInfo of org.springframework.web.util.pattern.PathPattern