public class android.text.style.ForegroundColorSpan extends android.text.style.CharacterStyle implements android.text.style.UpdateAppearance, android.text.ParcelableSpan
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.text.style.ForegroundColorSpan
  super_class: android.text.style.CharacterStyle
{
  private final int mColor;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.ForegroundColorSpan this
        start local 1 // int color
         0: .line 50
            aload 0 /* this */
            invokespecial android.text.style.CharacterStyle.<init>:()V
         1: .line 51
            aload 0 /* this */
            iload 1 /* color */
            putfield android.text.style.ForegroundColorSpan.mColor:I
         2: .line 52
            return
        end local 1 // int color
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/text/style/ForegroundColorSpan;
            0    3     1  color  I
    MethodParameters:
       Name  Flags
      color  

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.ForegroundColorSpan this
        start local 1 // android.os.Parcel src
         0: .line 57
            aload 0 /* this */
            invokespecial android.text.style.CharacterStyle.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.text.style.ForegroundColorSpan.mColor:I
         2: .line 59
            return
        end local 1 // android.os.Parcel src
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/style/ForegroundColorSpan;
            0    3     1   src  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      src   

  public int getSpanTypeId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.ForegroundColorSpan this
         0: .line 63
            aload 0 /* this */
            invokevirtual android.text.style.ForegroundColorSpan.getSpanTypeIdInternal:()I
            ireturn
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/ForegroundColorSpan;

  public int getSpanTypeIdInternal();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.ForegroundColorSpan this
         0: .line 69
            iconst_2
            ireturn
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/ForegroundColorSpan;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.ForegroundColorSpan this
         0: .line 74
            iconst_0
            ireturn
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/ForegroundColorSpan;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.text.style.ForegroundColorSpan this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 79
            aload 0 /* this */
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.text.style.ForegroundColorSpan.writeToParcelInternal:(Landroid/os/Parcel;I)V
         1: .line 80
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/text/style/ForegroundColorSpan;
            0    2     1   dest  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public void writeToParcelInternal(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.text.style.ForegroundColorSpan this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 85
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.text.style.ForegroundColorSpan.mColor:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 86
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/text/style/ForegroundColorSpan;
            0    2     1   dest  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public int getForegroundColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.ForegroundColorSpan this
         0: .line 94
            aload 0 /* this */
            getfield android.text.style.ForegroundColorSpan.mColor:I
            ireturn
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/ForegroundColorSpan;

  public void updateDrawState(android.text.TextPaint);
    descriptor: (Landroid/text/TextPaint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.ForegroundColorSpan this
        start local 1 // android.text.TextPaint textPaint
         0: .line 102
            aload 1 /* textPaint */
            aload 0 /* this */
            getfield android.text.style.ForegroundColorSpan.mColor:I
            invokevirtual android.text.TextPaint.setColor:(I)V
         1: .line 103
            return
        end local 1 // android.text.TextPaint textPaint
        end local 0 // android.text.style.ForegroundColorSpan this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Landroid/text/style/ForegroundColorSpan;
            0    2     1  textPaint  Landroid/text/TextPaint;
    MethodParameters:
           Name  Flags
      textPaint  
}
SourceFile: "ForegroundColorSpan.java"