final class android.text.TextLine$DecorationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.text.TextLine$DecorationInfo
  super_class: java.lang.Object
{
  public boolean isStrikeThruText;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean isUnderlineText;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int underlineColor;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public float underlineThickness;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public int start;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int end;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.text.TextLine$DecorationInfo this
         0: .line 1045
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1050
            aload 0 /* this */
            iconst_m1
            putfield android.text.TextLine$DecorationInfo.start:I
         2: .line 1051
            aload 0 /* this */
            iconst_m1
            putfield android.text.TextLine$DecorationInfo.end:I
         3: .line 1045
            return
        end local 0 // android.text.TextLine$DecorationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/text/TextLine$DecorationInfo;

  public boolean hasDecoration();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.TextLine$DecorationInfo this
         0: .line 1054
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.isStrikeThruText:Z
            ifne 1
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.isUnderlineText:Z
            ifne 1
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.underlineColor:I
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // android.text.TextLine$DecorationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/text/TextLine$DecorationInfo;

  public android.text.TextLine$DecorationInfo copyInfo();
    descriptor: ()Landroid/text/TextLine$DecorationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.text.TextLine$DecorationInfo this
         0: .line 1059
            new android.text.TextLine$DecorationInfo
            dup
            invokespecial android.text.TextLine$DecorationInfo.<init>:()V
            astore 1 /* copy */
        start local 1 // android.text.TextLine$DecorationInfo copy
         1: .line 1060
            aload 1 /* copy */
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.isStrikeThruText:Z
            putfield android.text.TextLine$DecorationInfo.isStrikeThruText:Z
         2: .line 1061
            aload 1 /* copy */
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.isUnderlineText:Z
            putfield android.text.TextLine$DecorationInfo.isUnderlineText:Z
         3: .line 1062
            aload 1 /* copy */
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.underlineColor:I
            putfield android.text.TextLine$DecorationInfo.underlineColor:I
         4: .line 1063
            aload 1 /* copy */
            aload 0 /* this */
            getfield android.text.TextLine$DecorationInfo.underlineThickness:F
            putfield android.text.TextLine$DecorationInfo.underlineThickness:F
         5: .line 1064
            aload 1 /* copy */
            areturn
        end local 1 // android.text.TextLine$DecorationInfo copy
        end local 0 // android.text.TextLine$DecorationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/text/TextLine$DecorationInfo;
            1    6     1  copy  Landroid/text/TextLine$DecorationInfo;
}
SourceFile: "TextLine.java"
NestHost: android.text.TextLine
InnerClasses:
  private final DecorationInfo = android.text.TextLine$DecorationInfo of android.text.TextLine