class org.eclipse.jetty.server.Dispatcher$IncludeAttributes extends org.eclipse.jetty.util.Attributes$Wrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.Dispatcher$IncludeAttributes
  super_class: org.eclipse.jetty.util.Attributes$Wrapper
{
  private final org.eclipse.jetty.server.Request _baseRequest;
    descriptor: Lorg/eclipse/jetty/server/Request;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.server.handler.ContextHandler$Context _sourceContext;
    descriptor: Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.server.ServletPathMapping _sourceMapping;
    descriptor: Lorg/eclipse/jetty/server/ServletPathMapping;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String _requestURI;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String _pathInContext;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String _query;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.eclipse.jetty.server.Dispatcher this$0;
    descriptor: Lorg/eclipse/jetty/server/Dispatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.server.Dispatcher, org.eclipse.jetty.util.Attributes, org.eclipse.jetty.server.Request, org.eclipse.jetty.server.handler.ContextHandler$Context, org.eclipse.jetty.server.ServletPathMapping, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/server/Dispatcher;Lorg/eclipse/jetty/util/Attributes;Lorg/eclipse/jetty/server/Request;Lorg/eclipse/jetty/server/handler/ContextHandler$Context;Lorg/eclipse/jetty/server/ServletPathMapping;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
        start local 2 // org.eclipse.jetty.util.Attributes attributes
        start local 3 // org.eclipse.jetty.server.Request baseRequest
        start local 4 // org.eclipse.jetty.server.handler.ContextHandler$Context sourceContext
        start local 5 // org.eclipse.jetty.server.ServletPathMapping sourceMapping
        start local 6 // java.lang.String requestURI
        start local 7 // java.lang.String pathInContext
        start local 8 // java.lang.String query
         0: .line 373
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes.this$0:Lorg/eclipse/jetty/server/Dispatcher;
         1: .line 374
            aload 0 /* this */
            aload 2 /* attributes */
            invokespecial org.eclipse.jetty.util.Attributes$Wrapper.<init>:(Lorg/eclipse/jetty/util/Attributes;)V
         2: .line 375
            aload 0 /* this */
            aload 3 /* baseRequest */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._baseRequest:Lorg/eclipse/jetty/server/Request;
         3: .line 376
            aload 0 /* this */
            aload 5 /* sourceMapping */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._sourceMapping:Lorg/eclipse/jetty/server/ServletPathMapping;
         4: .line 377
            aload 0 /* this */
            aload 6 /* requestURI */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._requestURI:Ljava/lang/String;
         5: .line 378
            aload 0 /* this */
            aload 4 /* sourceContext */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._sourceContext:Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
         6: .line 379
            aload 0 /* this */
            aload 7 /* pathInContext */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._pathInContext:Ljava/lang/String;
         7: .line 380
            aload 0 /* this */
            aload 8 /* query */
            putfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._query:Ljava/lang/String;
         8: .line 381
            return
        end local 8 // java.lang.String query
        end local 7 // java.lang.String pathInContext
        end local 6 // java.lang.String requestURI
        end local 5 // org.eclipse.jetty.server.ServletPathMapping sourceMapping
        end local 4 // org.eclipse.jetty.server.handler.ContextHandler$Context sourceContext
        end local 3 // org.eclipse.jetty.server.Request baseRequest
        end local 2 // org.eclipse.jetty.util.Attributes attributes
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;
            0    9     2     attributes  Lorg/eclipse/jetty/util/Attributes;
            0    9     3    baseRequest  Lorg/eclipse/jetty/server/Request;
            0    9     4  sourceContext  Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            0    9     5  sourceMapping  Lorg/eclipse/jetty/server/ServletPathMapping;
            0    9     6     requestURI  Ljava/lang/String;
            0    9     7  pathInContext  Ljava/lang/String;
            0    9     8          query  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      this$0         final
      attributes     
      baseRequest    
      sourceContext  
      sourceMapping  
      requestURI     
      pathInContext  
      query          

  org.eclipse.jetty.server.handler.ContextHandler$Context getSourceContext();
    descriptor: ()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
         0: .line 385
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._sourceContext:Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            areturn
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;

  org.eclipse.jetty.server.ServletPathMapping getSourceMapping();
    descriptor: ()Lorg/eclipse/jetty/server/ServletPathMapping;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
         0: .line 390
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._sourceMapping:Lorg/eclipse/jetty/server/ServletPathMapping;
            areturn
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
        start local 1 // java.lang.String key
         0: .line 396
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes.this$0:Lorg/eclipse/jetty/server/Dispatcher;
            getfield org.eclipse.jetty.server.Dispatcher._named:Ljava/lang/String;
            ifnonnull 23
         1: .line 398
            aload 1 /* key */
            dup
            astore 2
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 6
          -1888545693: 2
           -488577174: 3
           -363646767: 4
           -232000803: 5
           1425348160: 6
           1903840499: 7
              default: 23
          }
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 2
            ldc "jakarta.servlet.include.mapping"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
            goto 23
      StackMap locals:
      StackMap stack:
         3: aload 2
            ldc "jakarta.servlet.include.servlet_path"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
            goto 23
      StackMap locals:
      StackMap stack:
         4: aload 2
            ldc "jakarta.servlet.include.request_uri"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 21
            goto 23
      StackMap locals:
      StackMap stack:
         5: aload 2
            ldc "jakarta.servlet.include.path_info"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 23
      StackMap locals:
      StackMap stack:
         6: aload 2
            ldc "jakarta.servlet.include.context_path"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            goto 23
      StackMap locals:
      StackMap stack:
         7: aload 2
            ldc "jakarta.servlet.include.query_string"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 20
            goto 23
         8: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._baseRequest:Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getServletPathMapping:()Lorg/eclipse/jetty/server/ServletPathMapping;
            astore 3 /* mapping */
        start local 3 // org.eclipse.jetty.server.ServletPathMapping mapping
         9: .line 403
            aload 3 /* mapping */
            ifnonnull 10
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._pathInContext:Ljava/lang/String;
            goto 11
      StackMap locals: org.eclipse.jetty.server.ServletPathMapping
      StackMap stack:
        10: aload 3 /* mapping */
            invokevirtual org.eclipse.jetty.server.ServletPathMapping.getPathInfo:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        11: areturn
        end local 3 // org.eclipse.jetty.server.ServletPathMapping mapping
        12: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._baseRequest:Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getServletPathMapping:()Lorg/eclipse/jetty/server/ServletPathMapping;
            astore 3 /* mapping */
        start local 3 // org.eclipse.jetty.server.ServletPathMapping mapping
        13: .line 408
            aload 3 /* mapping */
            ifnonnull 14
            aconst_null
            goto 15
      StackMap locals: org.eclipse.jetty.server.ServletPathMapping
      StackMap stack:
        14: aload 3 /* mapping */
            invokevirtual org.eclipse.jetty.server.ServletPathMapping.getServletPath:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        15: areturn
        end local 3 // org.eclipse.jetty.server.ServletPathMapping mapping
        16: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._baseRequest:Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            astore 3 /* context */
        start local 3 // org.eclipse.jetty.server.handler.ContextHandler$Context context
        17: .line 413
            aload 3 /* context */
            ifnonnull 18
            aconst_null
            goto 19
      StackMap locals: org.eclipse.jetty.server.handler.ContextHandler$Context
      StackMap stack:
        18: aload 3 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler$Context.getContextHandler:()Lorg/eclipse/jetty/server/handler/ContextHandler;
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getRequestContextPath:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        19: areturn
        end local 3 // org.eclipse.jetty.server.handler.ContextHandler$Context context
        20: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._query:Ljava/lang/String;
            areturn
        21: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._requestURI:Ljava/lang/String;
            areturn
        22: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._baseRequest:Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getServletPathMapping:()Lorg/eclipse/jetty/server/ServletPathMapping;
            areturn
        23: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._attributes:Lorg/eclipse/jetty/util/Attributes;
            aload 1 /* key */
            invokeinterface org.eclipse.jetty.util.Attributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String key
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;
            0   24     1      key  Ljava/lang/String;
            9   12     3  mapping  Lorg/eclipse/jetty/server/ServletPathMapping;
           13   16     3  mapping  Lorg/eclipse/jetty/server/ServletPathMapping;
           17   20     3  context  Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Set<java.lang.String> getAttributeNameSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
         0: .line 432
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* set */
        start local 1 // java.util.HashSet set
         1: .line 433
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._attributes:Lorg/eclipse/jetty/util/Attributes;
            invokeinterface org.eclipse.jetty.util.Attributes.getAttributeNameSet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.eclipse.jetty.server.Dispatcher$IncludeAttributes java.util.HashSet top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* name */
        start local 2 // java.lang.String name
         3: .line 435
            aload 2 /* name */
            ldc "jakarta.servlet.include."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 5
         4: .line 436
            aload 1 /* set */
            aload 2 /* name */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.String name
         5: .line 433
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 440
            aload 0 /* this */
            ldc "jakarta.servlet.include.path_info"
            invokevirtual org.eclipse.jetty.server.Dispatcher$IncludeAttributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* pathInfo */
        start local 2 // java.lang.String pathInfo
         7: .line 441
            aload 0 /* this */
            ldc "jakarta.servlet.include.servlet_path"
            invokevirtual org.eclipse.jetty.server.Dispatcher$IncludeAttributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* servletPath */
        start local 3 // java.lang.String servletPath
         8: .line 442
            aload 0 /* this */
            ldc "jakarta.servlet.include.context_path"
            invokevirtual org.eclipse.jetty.server.Dispatcher$IncludeAttributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* contextPath */
        start local 4 // java.lang.String contextPath
         9: .line 443
            aload 0 /* this */
            ldc "jakarta.servlet.include.mapping"
            invokevirtual org.eclipse.jetty.server.Dispatcher$IncludeAttributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast jakarta.servlet.http.HttpServletMapping
            astore 5 /* includeMapping */
        start local 5 // jakarta.servlet.http.HttpServletMapping includeMapping
        10: .line 445
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes.this$0:Lorg/eclipse/jetty/server/Dispatcher;
            getfield org.eclipse.jetty.server.Dispatcher._named:Ljava/lang/String;
            ifnonnull 23
        11: .line 447
            aload 2 /* pathInfo */
            ifnull 13
        12: .line 448
            aload 1 /* set */
            ldc "jakarta.servlet.include.path_info"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        13: .line 449
      StackMap locals: org.eclipse.jetty.server.Dispatcher$IncludeAttributes java.util.HashSet java.lang.String java.lang.String java.lang.String jakarta.servlet.http.HttpServletMapping
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._requestURI:Ljava/lang/String;
            ifnull 15
        14: .line 450
            aload 1 /* set */
            ldc "jakarta.servlet.include.request_uri"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        15: .line 451
      StackMap locals:
      StackMap stack:
            aload 3 /* servletPath */
            ifnull 17
        16: .line 452
            aload 1 /* set */
            ldc "jakarta.servlet.include.servlet_path"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        17: .line 453
      StackMap locals:
      StackMap stack:
            aload 4 /* contextPath */
            ifnull 19
        18: .line 454
            aload 1 /* set */
            ldc "jakarta.servlet.include.context_path"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        19: .line 455
      StackMap locals:
      StackMap stack:
            aload 5 /* includeMapping */
            ifnull 21
        20: .line 456
            aload 1 /* set */
            ldc "jakarta.servlet.include.mapping"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        21: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._query:Ljava/lang/String;
            ifnull 23
        22: .line 458
            aload 1 /* set */
            ldc "jakarta.servlet.include.query_string"
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        23: .line 461
      StackMap locals:
      StackMap stack:
            aload 1 /* set */
            areturn
        end local 5 // jakarta.servlet.http.HttpServletMapping includeMapping
        end local 4 // java.lang.String contextPath
        end local 3 // java.lang.String servletPath
        end local 2 // java.lang.String pathInfo
        end local 1 // java.util.HashSet set
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;
            1   24     1             set  Ljava/util/HashSet<Ljava/lang/String;>;
            3    5     2            name  Ljava/lang/String;
            7   24     2        pathInfo  Ljava/lang/String;
            8   24     3     servletPath  Ljava/lang/String;
            9   24     4     contextPath  Ljava/lang/String;
           10   24     5  includeMapping  Ljakarta/servlet/http/HttpServletMapping;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public void setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 469
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._attributes:Lorg/eclipse/jetty/util/Attributes;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 470
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
         0: .line 475
            new java.lang.StringBuilder
            dup
            ldc "INCLUDE+"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Dispatcher$IncludeAttributes._attributes:Lorg/eclipse/jetty/util/Attributes;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;

  public void clearAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
         0: .line 481
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;

  public void removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
        start local 1 // java.lang.String name
         0: .line 487
            aload 0 /* this */
            aload 1 /* name */
            aconst_null
            invokevirtual org.eclipse.jetty.server.Dispatcher$IncludeAttributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 488
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Dispatcher$IncludeAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Dispatcher$IncludeAttributes;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "Dispatcher.java"
NestHost: org.eclipse.jetty.server.Dispatcher
InnerClasses:
  IncludeAttributes = org.eclipse.jetty.server.Dispatcher$IncludeAttributes of org.eclipse.jetty.server.Dispatcher
  public Context = org.eclipse.jetty.server.handler.ContextHandler$Context of org.eclipse.jetty.server.handler.ContextHandler
  public abstract Wrapper = org.eclipse.jetty.util.Attributes$Wrapper of org.eclipse.jetty.util.Attributes