class javax.swing.text.rtf.RTFAttributes$AssertiveAttribute extends javax.swing.text.rtf.RTFAttributes$GenericAttribute implements javax.swing.text.rtf.RTFAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.rtf.RTFAttributes$AssertiveAttribute
  super_class: javax.swing.text.rtf.RTFAttributes$GenericAttribute
{
  java.lang.Object swingValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  public void <init>(int, java.lang.Object, java.lang.String);
    descriptor: (ILjava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // int d
        start local 2 // java.lang.Object s
        start local 3 // java.lang.String r
         0: .line 270
            aload 0 /* this */
            iload 1 /* d */
            aload 2 /* s */
            aload 3 /* r */
            invokespecial javax.swing.text.rtf.RTFAttributes$GenericAttribute.<init>:(ILjava/lang/Object;Ljava/lang/String;)V
         1: .line 271
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
         2: .line 272
            return
        end local 3 // java.lang.String r
        end local 2 // java.lang.Object s
        end local 1 // int d
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    3     1     d  I
            0    3     2     s  Ljava/lang/Object;
            0    3     3     r  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      d     
      s     
      r     

  public void <init>(int, java.lang.Object, java.lang.String, java.lang.Object);
    descriptor: (ILjava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // int d
        start local 2 // java.lang.Object s
        start local 3 // java.lang.String r
        start local 4 // java.lang.Object v
         0: .line 276
            aload 0 /* this */
            iload 1 /* d */
            aload 2 /* s */
            aload 3 /* r */
            invokespecial javax.swing.text.rtf.RTFAttributes$GenericAttribute.<init>:(ILjava/lang/Object;Ljava/lang/String;)V
         1: .line 277
            aload 0 /* this */
            aload 4 /* v */
            putfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
         2: .line 278
            return
        end local 4 // java.lang.Object v
        end local 3 // java.lang.String r
        end local 2 // java.lang.Object s
        end local 1 // int d
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    3     1     d  I
            0    3     2     s  Ljava/lang/Object;
            0    3     3     r  Ljava/lang/String;
            0    3     4     v  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      d     
      s     
      r     
      v     

  public void <init>(int, java.lang.Object, java.lang.String, int);
    descriptor: (ILjava/lang/Object;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // int d
        start local 2 // java.lang.Object s
        start local 3 // java.lang.String r
        start local 4 // int v
         0: .line 282
            aload 0 /* this */
            iload 1 /* d */
            aload 2 /* s */
            aload 3 /* r */
            invokespecial javax.swing.text.rtf.RTFAttributes$GenericAttribute.<init>:(ILjava/lang/Object;Ljava/lang/String;)V
         1: .line 283
            aload 0 /* this */
            iload 4 /* v */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
         2: .line 284
            return
        end local 4 // int v
        end local 3 // java.lang.String r
        end local 2 // java.lang.Object s
        end local 1 // int d
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    3     1     d  I
            0    3     2     s  Ljava/lang/Object;
            0    3     3     r  Ljava/lang/String;
            0    3     4     v  I
    MethodParameters:
      Name  Flags
      d     
      s     
      r     
      v     

  public boolean set(javax.swing.text.MutableAttributeSet);
    descriptor: (Ljavax/swing/text/MutableAttributeSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // javax.swing.text.MutableAttributeSet target
         0: .line 288
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
            ifnonnull 2
         1: .line 289
            aload 1 /* target */
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingName:Ljava/lang/Object;
            invokeinterface javax.swing.text.MutableAttributeSet.removeAttribute:(Ljava/lang/Object;)V
            goto 3
         2: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingName:Ljava/lang/Object;
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
            invokeinterface javax.swing.text.MutableAttributeSet.addAttribute:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 293
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // javax.swing.text.MutableAttributeSet target
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    4     1  target  Ljavax/swing/text/MutableAttributeSet;
    MethodParameters:
        Name  Flags
      target  

  public boolean set(javax.swing.text.MutableAttributeSet, int);
    descriptor: (Ljavax/swing/text/MutableAttributeSet;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // javax.swing.text.MutableAttributeSet target
        start local 2 // int parameter
         0: .line 298
            iconst_0
            ireturn
        end local 2 // int parameter
        end local 1 // javax.swing.text.MutableAttributeSet target
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    1     1     target  Ljavax/swing/text/MutableAttributeSet;
            0    1     2  parameter  I
    MethodParameters:
           Name  Flags
      target     
      parameter  

  public boolean setDefault(javax.swing.text.MutableAttributeSet);
    descriptor: (Ljavax/swing/text/MutableAttributeSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // javax.swing.text.MutableAttributeSet target
         0: .line 303
            aload 1 /* target */
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingName:Ljava/lang/Object;
            invokeinterface javax.swing.text.MutableAttributeSet.removeAttribute:(Ljava/lang/Object;)V
         1: .line 304
            iconst_1
            ireturn
        end local 1 // javax.swing.text.MutableAttributeSet target
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0    2     1  target  Ljavax/swing/text/MutableAttributeSet;
    MethodParameters:
        Name  Flags
      target  

  public boolean writeValue(java.lang.Object, javax.swing.text.rtf.RTFGenerator, boolean);
    descriptor: (Ljava/lang/Object;Ljavax/swing/text/rtf/RTFGenerator;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
        start local 1 // java.lang.Object value
        start local 2 // javax.swing.text.rtf.RTFGenerator target
        start local 3 // boolean force
         0: .line 312
            aload 1 /* value */
            ifnonnull 4
         1: .line 313
            iload 3 /* force */
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 316
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.swingValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 317
            aload 2 /* target */
            aload 0 /* this */
            getfield javax.swing.text.rtf.RTFAttributes$AssertiveAttribute.rtfName:Ljava/lang/String;
            invokevirtual javax.swing.text.rtf.RTFGenerator.writeControlWord:(Ljava/lang/String;)V
         6: .line 318
            iconst_1
            ireturn
         7: .line 321
      StackMap locals:
      StackMap stack:
            iload 3 /* force */
            ifeq 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_1
      StackMap locals:
      StackMap stack: int
         9: ireturn
        end local 3 // boolean force
        end local 2 // javax.swing.text.rtf.RTFGenerator target
        end local 1 // java.lang.Object value
        end local 0 // javax.swing.text.rtf.RTFAttributes$AssertiveAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljavax/swing/text/rtf/RTFAttributes$AssertiveAttribute;
            0   10     1   value  Ljava/lang/Object;
            0   10     2  target  Ljavax/swing/text/rtf/RTFGenerator;
            0   10     3   force  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      value   
      target  
      force   
}
SourceFile: "RTFAttributes.java"
NestHost: javax.swing.text.rtf.RTFAttributes
InnerClasses:
  AssertiveAttribute = javax.swing.text.rtf.RTFAttributes$AssertiveAttribute of javax.swing.text.rtf.RTFAttributes
  abstract GenericAttribute = javax.swing.text.rtf.RTFAttributes$GenericAttribute of javax.swing.text.rtf.RTFAttributes