class jakarta.servlet.http.HttpServletRequest$1 implements jakarta.servlet.http.HttpServletMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jakarta.servlet.http.HttpServletRequest$1
  super_class: java.lang.Object
{
  final jakarta.servlet.http.HttpServletRequest this$0;
    descriptor: Ljakarta/servlet/http/HttpServletRequest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jakarta.servlet.http.HttpServletRequest);
    descriptor: (Ljakarta/servlet/http/HttpServletRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jakarta.servlet.http.HttpServletRequest$1 this
         0: .line 176
            aload 0 /* this */
            aload 1
            putfield jakarta.servlet.http.HttpServletRequest$1.this$0:Ljakarta/servlet/http/HttpServletRequest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jakarta.servlet.http.HttpServletRequest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljakarta/servlet/http/HttpServletRequest$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getMatchValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jakarta.servlet.http.HttpServletRequest$1 this
         0: .line 180
            ldc ""
            areturn
        end local 0 // jakarta.servlet.http.HttpServletRequest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljakarta/servlet/http/HttpServletRequest$1;

  public java.lang.String getPattern();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jakarta.servlet.http.HttpServletRequest$1 this
         0: .line 185
            ldc ""
            areturn
        end local 0 // jakarta.servlet.http.HttpServletRequest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljakarta/servlet/http/HttpServletRequest$1;

  public java.lang.String getServletName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jakarta.servlet.http.HttpServletRequest$1 this
         0: .line 190
            ldc ""
            areturn
        end local 0 // jakarta.servlet.http.HttpServletRequest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljakarta/servlet/http/HttpServletRequest$1;

  public jakarta.servlet.http.MappingMatch getMappingMatch();
    descriptor: ()Ljakarta/servlet/http/MappingMatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jakarta.servlet.http.HttpServletRequest$1 this
         0: .line 195
            aconst_null
            areturn
        end local 0 // jakarta.servlet.http.HttpServletRequest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljakarta/servlet/http/HttpServletRequest$1;
}
SourceFile: "HttpServletRequest.java"
EnclosingMethod: jakarta.servlet.http.HttpServletRequest.getHttpServletMapping:()Ljakarta/servlet/http/HttpServletMapping;
NestHost: jakarta.servlet.http.HttpServletRequest
InnerClasses:
  jakarta.servlet.http.HttpServletRequest$1