class javax.swing.text.html.MuxingAttributeSet implements javax.swing.text.AttributeSet, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.MuxingAttributeSet
  super_class: java.lang.Object
{
  private javax.swing.text.AttributeSet[] attrs;
    descriptor: [Ljavax/swing/text/AttributeSet;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.swing.text.AttributeSet[]);
    descriptor: ([Ljavax/swing/text/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // javax.swing.text.AttributeSet[] attrs
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* attrs */
            putfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
         2: .line 44
            return
        end local 1 // javax.swing.text.AttributeSet[] attrs
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    3     1  attrs  [Ljavax/swing/text/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            return
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/MuxingAttributeSet;

  protected synchronized void setAttributes(javax.swing.text.AttributeSet[]);
    descriptor: ([Ljavax/swing/text/AttributeSet;)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // javax.swing.text.AttributeSet[] attrs
         0: .line 60
            aload 0 /* this */
            aload 1 /* attrs */
            putfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
         1: .line 61
            return
        end local 1 // javax.swing.text.AttributeSet[] attrs
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    2     1  attrs  [Ljavax/swing/text/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  

  protected synchronized javax.swing.text.AttributeSet[] getAttributes();
    descriptor: ()[Ljavax/swing/text/AttributeSet;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 68
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            areturn
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/MuxingAttributeSet;

  protected synchronized void insertAttributeSetAt(javax.swing.text.AttributeSet, int);
    descriptor: (Ljavax/swing/text/AttributeSet;I)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // javax.swing.text.AttributeSet as
        start local 2 // int index
         0: .line 78
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            arraylength
            istore 3 /* numAttrs */
        start local 3 // int numAttrs
         1: .line 79
            iload 3 /* numAttrs */
            iconst_1
            iadd
            anewarray javax.swing.text.AttributeSet
            astore 4 /* newAttrs */
        start local 4 // javax.swing.text.AttributeSet[] newAttrs
         2: .line 80
            iload 2 /* index */
            iload 3 /* numAttrs */
            if_icmpge 11
         3: .line 81
            iload 2 /* index */
            ifle 9
         4: .line 82
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_0
            aload 4 /* newAttrs */
            iconst_0
            iload 2 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 83
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iload 2 /* index */
            aload 4 /* newAttrs */
            iload 2 /* index */
            iconst_1
            iadd
         6: .line 84
            iload 3 /* numAttrs */
            iload 2 /* index */
            isub
         7: .line 83
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 85
            goto 12
         9: .line 87
      StackMap locals: int javax.swing.text.AttributeSet[]
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_0
            aload 4 /* newAttrs */
            iconst_1
            iload 3 /* numAttrs */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 89
            goto 12
        11: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_0
            aload 4 /* newAttrs */
            iconst_0
            iload 3 /* numAttrs */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 93
      StackMap locals:
      StackMap stack:
            aload 4 /* newAttrs */
            iload 2 /* index */
            aload 1 /* as */
            aastore
        13: .line 94
            aload 0 /* this */
            aload 4 /* newAttrs */
            putfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
        14: .line 95
            return
        end local 4 // javax.swing.text.AttributeSet[] newAttrs
        end local 3 // int numAttrs
        end local 2 // int index
        end local 1 // javax.swing.text.AttributeSet as
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljavax/swing/text/html/MuxingAttributeSet;
            0   15     1        as  Ljavax/swing/text/AttributeSet;
            0   15     2     index  I
            1   15     3  numAttrs  I
            2   15     4  newAttrs  [Ljavax/swing/text/AttributeSet;
    MethodParameters:
       Name  Flags
      as     
      index  

  protected synchronized void removeAttributeSetAt(int);
    descriptor: (I)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // int index
         0: .line 103
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            arraylength
            istore 2 /* numAttrs */
        start local 2 // int numAttrs
         1: .line 104
            iload 2 /* numAttrs */
            iconst_1
            isub
            anewarray javax.swing.text.AttributeSet
            astore 3 /* newAttrs */
        start local 3 // javax.swing.text.AttributeSet[] newAttrs
         2: .line 105
            iload 2 /* numAttrs */
            ifle 13
         3: .line 106
            iload 1 /* index */
            ifne 6
         4: .line 108
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_1
            aload 3 /* newAttrs */
            iconst_0
            iload 2 /* numAttrs */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 109
            goto 13
         6: .line 110
      StackMap locals: int javax.swing.text.AttributeSet[]
      StackMap stack:
            iload 1 /* index */
            iload 2 /* numAttrs */
            iconst_1
            isub
            if_icmpge 12
         7: .line 112
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_0
            aload 3 /* newAttrs */
            iconst_0
            iload 1 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 113
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iload 1 /* index */
            iconst_1
            iadd
            aload 3 /* newAttrs */
            iload 1 /* index */
         9: .line 114
            iload 2 /* numAttrs */
            iload 1 /* index */
            isub
            iconst_1
            isub
        10: .line 113
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 115
            goto 13
        12: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
            iconst_0
            aload 3 /* newAttrs */
            iconst_0
            iload 2 /* numAttrs */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* newAttrs */
            putfield javax.swing.text.html.MuxingAttributeSet.attrs:[Ljavax/swing/text/AttributeSet;
        14: .line 122
            return
        end local 3 // javax.swing.text.AttributeSet[] newAttrs
        end local 2 // int numAttrs
        end local 1 // int index
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljavax/swing/text/html/MuxingAttributeSet;
            0   15     1     index  I
            1   15     2  numAttrs  I
            2   15     3  newAttrs  [Ljavax/swing/text/AttributeSet;
    MethodParameters:
       Name  Flags
      index  

  public int getAttributeCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 133
            aload 0 /* this */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttributes:()[Ljavax/swing/text/AttributeSet;
            astore 1 /* as */
        start local 1 // javax.swing.text.AttributeSet[] as
         1: .line 134
            iconst_0
            istore 2 /* n */
        start local 2 // int n
         2: .line 135
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 136
      StackMap locals: javax.swing.text.AttributeSet[] int int
      StackMap stack:
            iload 2 /* n */
            aload 1 /* as */
            iload 3 /* i */
            aaload
            invokeinterface javax.swing.text.AttributeSet.getAttributeCount:()I
            iadd
            istore 2 /* n */
         5: .line 135
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* as */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 138
            iload 2 /* n */
            ireturn
        end local 2 // int n
        end local 1 // javax.swing.text.AttributeSet[] as
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
            1    8     1    as  [Ljavax/swing/text/AttributeSet;
            2    8     2     n  I
            3    7     3     i  I

  public boolean isDefined(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // java.lang.Object key
         0: .line 152
            aload 0 /* this */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttributes:()[Ljavax/swing/text/AttributeSet;
            astore 2 /* as */
        start local 2 // javax.swing.text.AttributeSet[] as
         1: .line 153
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 154
      StackMap locals: javax.swing.text.AttributeSet[] int
      StackMap stack:
            aload 2 /* as */
            iload 3 /* i */
            aaload
            aload 1 /* key */
            invokeinterface javax.swing.text.AttributeSet.isDefined:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 155
            iconst_1
            ireturn
         5: .line 153
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* as */
            arraylength
            if_icmplt 3
        end local 3 // int i
         7: .line 158
            iconst_0
            ireturn
        end local 2 // javax.swing.text.AttributeSet[] as
        end local 1 // java.lang.Object key
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    8     1   key  Ljava/lang/Object;
            1    8     2    as  [Ljavax/swing/text/AttributeSet;
            2    7     3     i  I
    MethodParameters:
      Name  Flags
      key   

  public boolean isEqual(javax.swing.text.AttributeSet);
    descriptor: (Ljavax/swing/text/AttributeSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // javax.swing.text.AttributeSet attr
         0: .line 169
            aload 0 /* this */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttributeCount:()I
            aload 1 /* attr */
            invokeinterface javax.swing.text.AttributeSet.getAttributeCount:()I
            if_icmpne 3
         1: .line 170
            aload 0 /* this */
            aload 1 /* attr */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.containsAttributes:(Ljavax/swing/text/AttributeSet;)Z
            ifeq 3
         2: .line 169
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // javax.swing.text.AttributeSet attr
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    4     1  attr  Ljavax/swing/text/AttributeSet;
    MethodParameters:
      Name  Flags
      attr  

  public javax.swing.text.AttributeSet copyAttributes();
    descriptor: ()Ljavax/swing/text/AttributeSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 180
            aload 0 /* this */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttributes:()[Ljavax/swing/text/AttributeSet;
            astore 1 /* as */
        start local 1 // javax.swing.text.AttributeSet[] as
         1: .line 181
            new javax.swing.text.SimpleAttributeSet
            dup
            invokespecial javax.swing.text.SimpleAttributeSet.<init>:()V
            astore 2 /* a */
        start local 2 // javax.swing.text.MutableAttributeSet a
         2: .line 183
            aload 1 /* as */
            arraylength
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 184
      StackMap locals: javax.swing.text.AttributeSet[] javax.swing.text.MutableAttributeSet int
      StackMap stack:
            aload 2 /* a */
            aload 1 /* as */
            iload 3 /* i */
            aaload
            invokeinterface javax.swing.text.MutableAttributeSet.addAttributes:(Ljavax/swing/text/AttributeSet;)V
         5: .line 183
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            ifge 4
        end local 3 // int i
         7: .line 186
            aload 2 /* a */
            areturn
        end local 2 // javax.swing.text.MutableAttributeSet a
        end local 1 // javax.swing.text.AttributeSet[] as
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
            1    8     1    as  [Ljavax/swing/text/AttributeSet;
            2    8     2     a  Ljavax/swing/text/MutableAttributeSet;
            3    7     3     i  I

  public java.lang.Object getAttribute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // java.lang.Object key
         0: .line 199
            aload 0 /* this */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttributes:()[Ljavax/swing/text/AttributeSet;
            astore 2 /* as */
        start local 2 // javax.swing.text.AttributeSet[] as
         1: .line 200
            aload 2 /* as */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 201
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 202
      StackMap locals: javax.swing.text.AttributeSet[] int int
      StackMap stack:
            aload 2 /* as */
            iload 4 /* i */
            aaload
            aload 1 /* key */
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* o */
        start local 5 // java.lang.Object o
         5: .line 203
            aload 5 /* o */
            ifnull 7
         6: .line 204
            aload 5 /* o */
            areturn
        end local 5 // java.lang.Object o
         7: .line 201
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 4
        end local 4 // int i
         9: .line 207
            aconst_null
            areturn
        end local 3 // int n
        end local 2 // javax.swing.text.AttributeSet[] as
        end local 1 // java.lang.Object key
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
            0   10     1   key  Ljava/lang/Object;
            1   10     2    as  [Ljavax/swing/text/AttributeSet;
            2   10     3     n  I
            3    9     4     i  I
            5    7     5     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Enumeration<?> getAttributeNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 217
            new javax.swing.text.html.MuxingAttributeSet$MuxingAttributeNameEnumeration
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.html.MuxingAttributeSet$MuxingAttributeNameEnumeration.<init>:(Ljavax/swing/text/html/MuxingAttributeSet;)V
            areturn
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
    Signature: ()Ljava/util/Enumeration<*>;

  public boolean containsAttribute(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // java.lang.Object name
        start local 2 // java.lang.Object value
         0: .line 229
            aload 2 /* value */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object name
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    1     1   name  Ljava/lang/Object;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public boolean containsAttributes(javax.swing.text.AttributeSet);
    descriptor: (Ljavax/swing/text/AttributeSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
        start local 1 // javax.swing.text.AttributeSet attrs
         0: .line 241
            iconst_1
            istore 2 /* result */
        start local 2 // boolean result
         1: .line 243
            aload 1 /* attrs */
            invokeinterface javax.swing.text.AttributeSet.getAttributeNames:()Ljava/util/Enumeration;
            astore 3 /* names */
        start local 3 // java.util.Enumeration names
         2: .line 244
            goto 5
         3: .line 245
      StackMap locals: int java.util.Enumeration
      StackMap stack:
            aload 3 /* names */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            astore 4 /* name */
        start local 4 // java.lang.Object name
         4: .line 246
            aload 1 /* attrs */
            aload 4 /* name */
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            aload 4 /* name */
            invokevirtual javax.swing.text.html.MuxingAttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            istore 2 /* result */
        end local 4 // java.lang.Object name
         5: .line 244
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ifeq 6
            aload 3 /* names */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 3
         6: .line 249
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 3 // java.util.Enumeration names
        end local 2 // boolean result
        end local 1 // javax.swing.text.AttributeSet attrs
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/text/html/MuxingAttributeSet;
            0    7     1   attrs  Ljavax/swing/text/AttributeSet;
            1    7     2  result  Z
            2    7     3   names  Ljava/util/Enumeration<*>;
            4    5     4    name  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      attrs  

  public javax.swing.text.AttributeSet getResolveParent();
    descriptor: ()Ljavax/swing/text/AttributeSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.MuxingAttributeSet this
         0: .line 257
            aconst_null
            areturn
        end local 0 // javax.swing.text.html.MuxingAttributeSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/MuxingAttributeSet;
}
SourceFile: "MuxingAttributeSet.java"
NestMembers:
  javax.swing.text.html.MuxingAttributeSet$MuxingAttributeNameEnumeration
InnerClasses:
  private MuxingAttributeNameEnumeration = javax.swing.text.html.MuxingAttributeSet$MuxingAttributeNameEnumeration of javax.swing.text.html.MuxingAttributeSet