public abstract class org.eclipse.jetty.util.Attributes$Wrapper implements org.eclipse.jetty.util.Attributes
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.util.Attributes$Wrapper
  super_class: java.lang.Object
{
  protected final org.eclipse.jetty.util.Attributes _attributes;
    descriptor: Lorg/eclipse/jetty/util/Attributes;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.eclipse.jetty.util.Attributes);
    descriptor: (Lorg/eclipse/jetty/util/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
        start local 1 // org.eclipse.jetty.util.Attributes attributes
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* attributes */
            putfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
         2: .line 86
            return
        end local 1 // org.eclipse.jetty.util.Attributes attributes
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
            0    3     1  attributes  Lorg/eclipse/jetty/util/Attributes;
    MethodParameters:
            Name  Flags
      attributes  

  public org.eclipse.jetty.util.Attributes getAttributes();
    descriptor: ()Lorg/eclipse/jetty/util/Attributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            areturn
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Attributes$Wrapper;

  public void removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
        start local 1 // java.lang.String name
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.util.Attributes.removeAttribute:(Ljava/lang/String;)V
         1: .line 97
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  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.util.Attributes$Wrapper this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object attribute
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            aload 1 /* name */
            aload 2 /* attribute */
            invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 103
            return
        end local 2 // java.lang.Object attribute
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
            0    2     1       name  Ljava/lang/String;
            0    2     2  attribute  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      name       
      attribute  

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
        start local 1 // java.lang.String name
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.util.Attributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Set<java.lang.String> getAttributeNameSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            invokeinterface org.eclipse.jetty.util.Attributes.getAttributeNameSet:()Ljava/util/Set;
            areturn
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public void clearAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.jetty.util.Attributes$Wrapper._attributes:Lorg/eclipse/jetty/util/Attributes;
            invokeinterface org.eclipse.jetty.util.Attributes.clearAttributes:()V
         1: .line 121
            return
        end local 0 // org.eclipse.jetty.util.Attributes$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Attributes$Wrapper;
}
SourceFile: "Attributes.java"
NestHost: org.eclipse.jetty.util.Attributes
InnerClasses:
  public abstract Wrapper = org.eclipse.jetty.util.Attributes$Wrapper of org.eclipse.jetty.util.Attributes