public class org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo
  super_class: java.lang.Object
{
  private final org.springframework.http.server.PathContainer pathRemaining;
    descriptor: Lorg/springframework/http/server/PathContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.web.util.pattern.PathPattern$PathMatchInfo pathMatchInfo;
    descriptor: Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.http.server.PathContainer);
    descriptor: (Lorg/springframework/http/server/PathContainer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
        start local 1 // org.springframework.http.server.PathContainer pathRemaining
         0: .line 585
            aload 0 /* this */
            aload 1 /* pathRemaining */
            getstatic org.springframework.web.util.pattern.PathPattern$PathMatchInfo.EMPTY:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
            invokespecial org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.<init>:(Lorg/springframework/http/server/PathContainer;Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;)V
         1: .line 586
            return
        end local 1 // org.springframework.http.server.PathContainer pathRemaining
        end local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
            0    2     1  pathRemaining  Lorg/springframework/http/server/PathContainer;
    MethodParameters:
               Name  Flags
      pathRemaining  

  void <init>(org.springframework.http.server.PathContainer, org.springframework.web.util.pattern.PathPattern$PathMatchInfo);
    descriptor: (Lorg/springframework/http/server/PathContainer;Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
        start local 1 // org.springframework.http.server.PathContainer pathRemaining
        start local 2 // org.springframework.web.util.pattern.PathPattern$PathMatchInfo pathMatchInfo
         0: .line 588
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 589
            aload 0 /* this */
            aload 1 /* pathRemaining */
            putfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathRemaining:Lorg/springframework/http/server/PathContainer;
         2: .line 590
            aload 0 /* this */
            aload 2 /* pathMatchInfo */
            putfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
         3: .line 591
            return
        end local 2 // org.springframework.web.util.pattern.PathPattern$PathMatchInfo pathMatchInfo
        end local 1 // org.springframework.http.server.PathContainer pathRemaining
        end local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
            0    4     1  pathRemaining  Lorg/springframework/http/server/PathContainer;
            0    4     2  pathMatchInfo  Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
    MethodParameters:
               Name  Flags
      pathRemaining  
      pathMatchInfo  

  public org.springframework.http.server.PathContainer getPathRemaining();
    descriptor: ()Lorg/springframework/http/server/PathContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
         0: .line 597
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathRemaining:Lorg/springframework/http/server/PathContainer;
            areturn
        end local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;

  public java.util.Map<java.lang.String, java.lang.String> getUriVariables();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
         0: .line 605
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
            invokevirtual org.springframework.web.util.pattern.PathPattern$PathMatchInfo.getUriVariables:()Ljava/util/Map;
            areturn
        end local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public java.util.Map<java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>> getMatrixVariables();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
         0: .line 612
            aload 0 /* this */
            getfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
            invokevirtual org.springframework.web.util.pattern.PathPattern$PathMatchInfo.getMatrixVariables:()Ljava/util/Map;
            areturn
        end local 0 // org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;>;
}
SourceFile: "PathPattern.java"
NestHost: org.springframework.web.util.pattern.PathPattern
InnerClasses:
  public PathMatchInfo = org.springframework.web.util.pattern.PathPattern$PathMatchInfo of org.springframework.web.util.pattern.PathPattern
  public PathRemainingMatchInfo = org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo of org.springframework.web.util.pattern.PathPattern