class android.widget.TabHost$LabelIndicatorStrategy implements android.widget.TabHost$IndicatorStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.TabHost$LabelIndicatorStrategy
  super_class: java.lang.Object
{
  private final java.lang.CharSequence mLabel;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final android.widget.TabHost this$0;
    descriptor: Landroid/widget/TabHost;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.TabHost, java.lang.CharSequence);
    descriptor: (Landroid/widget/TabHost;Ljava/lang/CharSequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.TabHost$LabelIndicatorStrategy this
        start local 2 // java.lang.CharSequence label
         0: .line 615
            aload 0 /* this */
            aload 1
            putfield android.widget.TabHost$LabelIndicatorStrategy.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 616
            aload 0 /* this */
            aload 2 /* label */
            putfield android.widget.TabHost$LabelIndicatorStrategy.mLabel:Ljava/lang/CharSequence;
         2: .line 617
            return
        end local 2 // java.lang.CharSequence label
        end local 0 // android.widget.TabHost$LabelIndicatorStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/TabHost$LabelIndicatorStrategy;
            0    3     2  label  Ljava/lang/CharSequence;
    MethodParameters:
        Name  Flags
      this$0  final
      label   

  public android.view.View createIndicatorView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.TabHost$LabelIndicatorStrategy this
         0: .line 627
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.TabHost$LabelIndicatorStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TabHost$LabelIndicatorStrategy;
}
SourceFile: "TabHost.java"
NestHost: android.widget.TabHost
InnerClasses:
  private abstract IndicatorStrategy = android.widget.TabHost$IndicatorStrategy of android.widget.TabHost
  private LabelIndicatorStrategy = android.widget.TabHost$LabelIndicatorStrategy of android.widget.TabHost