class android.text.style.CharacterStyle$Passthrough extends android.text.style.CharacterStyle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.style.CharacterStyle$Passthrough
  super_class: android.text.style.CharacterStyle
{
  private android.text.style.CharacterStyle mStyle;
    descriptor: Landroid/text/style/CharacterStyle;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.text.style.CharacterStyle);
    descriptor: (Landroid/text/style/CharacterStyle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.CharacterStyle$Passthrough this
        start local 1 // android.text.style.CharacterStyle cs
         0: .line 66
            aload 0 /* this */
            invokespecial android.text.style.CharacterStyle.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* cs */
            putfield android.text.style.CharacterStyle$Passthrough.mStyle:Landroid/text/style/CharacterStyle;
         2: .line 68
            return
        end local 1 // android.text.style.CharacterStyle cs
        end local 0 // android.text.style.CharacterStyle$Passthrough this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/style/CharacterStyle$Passthrough;
            0    3     1    cs  Landroid/text/style/CharacterStyle;
    MethodParameters:
      Name  Flags
      cs    

  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.CharacterStyle$Passthrough this
        start local 1 // android.text.TextPaint tp
         0: .line 75
            aload 0 /* this */
            getfield android.text.style.CharacterStyle$Passthrough.mStyle:Landroid/text/style/CharacterStyle;
            aload 1 /* tp */
            invokevirtual android.text.style.CharacterStyle.updateDrawState:(Landroid/text/TextPaint;)V
         1: .line 76
            return
        end local 1 // android.text.TextPaint tp
        end local 0 // android.text.style.CharacterStyle$Passthrough this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/text/style/CharacterStyle$Passthrough;
            0    2     1    tp  Landroid/text/TextPaint;
    MethodParameters:
      Name  Flags
      tp    

  public android.text.style.CharacterStyle getUnderlying();
    descriptor: ()Landroid/text/style/CharacterStyle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.CharacterStyle$Passthrough this
         0: .line 84
            aload 0 /* this */
            getfield android.text.style.CharacterStyle$Passthrough.mStyle:Landroid/text/style/CharacterStyle;
            invokevirtual android.text.style.CharacterStyle.getUnderlying:()Landroid/text/style/CharacterStyle;
            areturn
        end local 0 // android.text.style.CharacterStyle$Passthrough this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/CharacterStyle$Passthrough;
}
SourceFile: "CharacterStyle.java"
NestHost: android.text.style.CharacterStyle
InnerClasses:
  private Passthrough = android.text.style.CharacterStyle$Passthrough of android.text.style.CharacterStyle