public class android.widget.TabHost$TabSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.TabHost$TabSpec
  super_class: java.lang.Object
{
  private final java.lang.String mTag;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.widget.TabHost$IndicatorStrategy mIndicatorStrategy;
    descriptor: Landroid/widget/TabHost$IndicatorStrategy;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.TabHost$ContentStrategy mContentStrategy;
    descriptor: Landroid/widget/TabHost$ContentStrategy;
    flags: (0x0002) ACC_PRIVATE

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

  private void <init>(android.widget.TabHost, java.lang.String);
    descriptor: (Landroid/widget/TabHost;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.TabHost$TabSpec this
        start local 2 // java.lang.String tag
         0: .line 515
            aload 0 /* this */
            aload 1
            putfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 516
            aload 0 /* this */
            aload 2 /* tag */
            putfield android.widget.TabHost$TabSpec.mTag:Ljava/lang/String;
         2: .line 517
            return
        end local 2 // java.lang.String tag
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/TabHost$TabSpec;
            0    3     2   tag  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     

  public android.widget.TabHost$TabSpec setIndicator(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // java.lang.CharSequence label
         0: .line 523
            aload 0 /* this */
            new android.widget.TabHost$LabelIndicatorStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 1 /* label */
            invokespecial android.widget.TabHost$LabelIndicatorStrategy.<init>:(Landroid/widget/TabHost;Ljava/lang/CharSequence;)V
            putfield android.widget.TabHost$TabSpec.mIndicatorStrategy:Landroid/widget/TabHost$IndicatorStrategy;
         1: .line 524
            aload 0 /* this */
            areturn
        end local 1 // java.lang.CharSequence label
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/TabHost$TabSpec;
            0    2     1  label  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      label  

  public android.widget.TabHost$TabSpec setIndicator(java.lang.CharSequence, android.graphics.drawable.Drawable);
    descriptor: (Ljava/lang/CharSequence;Landroid/graphics/drawable/Drawable;)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // java.lang.CharSequence label
        start local 2 // android.graphics.drawable.Drawable icon
         0: .line 531
            aload 0 /* this */
            new android.widget.TabHost$LabelAndIconIndicatorStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 1 /* label */
            aload 2 /* icon */
            invokespecial android.widget.TabHost$LabelAndIconIndicatorStrategy.<init>:(Landroid/widget/TabHost;Ljava/lang/CharSequence;Landroid/graphics/drawable/Drawable;)V
            putfield android.widget.TabHost$TabSpec.mIndicatorStrategy:Landroid/widget/TabHost$IndicatorStrategy;
         1: .line 532
            aload 0 /* this */
            areturn
        end local 2 // android.graphics.drawable.Drawable icon
        end local 1 // java.lang.CharSequence label
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/TabHost$TabSpec;
            0    2     1  label  Ljava/lang/CharSequence;
            0    2     2   icon  Landroid/graphics/drawable/Drawable;
    MethodParameters:
       Name  Flags
      label  
      icon   

  public android.widget.TabHost$TabSpec setIndicator(android.view.View);
    descriptor: (Landroid/view/View;)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // android.view.View view
         0: .line 539
            aload 0 /* this */
            new android.widget.TabHost$ViewIndicatorStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 1 /* view */
            invokespecial android.widget.TabHost$ViewIndicatorStrategy.<init>:(Landroid/widget/TabHost;Landroid/view/View;)V
            putfield android.widget.TabHost$TabSpec.mIndicatorStrategy:Landroid/widget/TabHost$IndicatorStrategy;
         1: .line 540
            aload 0 /* this */
            areturn
        end local 1 // android.view.View view
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/TabHost$TabSpec;
            0    2     1  view  Landroid/view/View;
    MethodParameters:
      Name  Flags
      view  

  public android.widget.TabHost$TabSpec setContent(int);
    descriptor: (I)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // int viewId
         0: .line 548
            aload 0 /* this */
            new android.widget.TabHost$ViewIdContentStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            iload 1 /* viewId */
            invokespecial android.widget.TabHost$ViewIdContentStrategy.<init>:(Landroid/widget/TabHost;I)V
            putfield android.widget.TabHost$TabSpec.mContentStrategy:Landroid/widget/TabHost$ContentStrategy;
         1: .line 549
            aload 0 /* this */
            areturn
        end local 1 // int viewId
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/TabHost$TabSpec;
            0    2     1  viewId  I
    MethodParameters:
        Name  Flags
      viewId  

  public android.widget.TabHost$TabSpec setContent(android.widget.TabHost$TabContentFactory);
    descriptor: (Landroid/widget/TabHost$TabContentFactory;)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // android.widget.TabHost$TabContentFactory contentFactory
         0: .line 557
            aload 0 /* this */
            new android.widget.TabHost$FactoryContentStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.mTag:Ljava/lang/String;
            aload 1 /* contentFactory */
            invokespecial android.widget.TabHost$FactoryContentStrategy.<init>:(Landroid/widget/TabHost;Ljava/lang/CharSequence;Landroid/widget/TabHost$TabContentFactory;)V
            putfield android.widget.TabHost$TabSpec.mContentStrategy:Landroid/widget/TabHost$ContentStrategy;
         1: .line 558
            aload 0 /* this */
            areturn
        end local 1 // android.widget.TabHost$TabContentFactory contentFactory
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/widget/TabHost$TabSpec;
            0    2     1  contentFactory  Landroid/widget/TabHost$TabContentFactory;
    MethodParameters:
                Name  Flags
      contentFactory  

  public android.widget.TabHost$TabSpec setContent(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/widget/TabHost$TabSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.widget.TabHost$TabSpec this
        start local 1 // android.content.Intent intent
         0: .line 565
            aload 0 /* this */
            new android.widget.TabHost$IntentContentStrategy
            dup
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.mTag:Ljava/lang/String;
            aload 1 /* intent */
            invokespecial android.widget.TabHost$IntentContentStrategy.<init>:(Landroid/widget/TabHost;Ljava/lang/String;Landroid/content/Intent;)V
            putfield android.widget.TabHost$TabSpec.mContentStrategy:Landroid/widget/TabHost$ContentStrategy;
         1: .line 566
            aload 0 /* this */
            areturn
        end local 1 // android.content.Intent intent
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/TabHost$TabSpec;
            0    2     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public java.lang.String getTag();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.TabHost$TabSpec this
         0: .line 576
            aload 0 /* this */
            getfield android.widget.TabHost$TabSpec.mTag:Ljava/lang/String;
            areturn
        end local 0 // android.widget.TabHost$TabSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TabHost$TabSpec;
}
SourceFile: "TabHost.java"
NestHost: android.widget.TabHost
InnerClasses:
  private abstract ContentStrategy = android.widget.TabHost$ContentStrategy of android.widget.TabHost
  private FactoryContentStrategy = android.widget.TabHost$FactoryContentStrategy of android.widget.TabHost
  private abstract IndicatorStrategy = android.widget.TabHost$IndicatorStrategy of android.widget.TabHost
  private IntentContentStrategy = android.widget.TabHost$IntentContentStrategy of android.widget.TabHost
  private LabelAndIconIndicatorStrategy = android.widget.TabHost$LabelAndIconIndicatorStrategy of android.widget.TabHost
  private LabelIndicatorStrategy = android.widget.TabHost$LabelIndicatorStrategy of android.widget.TabHost
  public abstract TabContentFactory = android.widget.TabHost$TabContentFactory of android.widget.TabHost
  public TabSpec = android.widget.TabHost$TabSpec of android.widget.TabHost
  private ViewIdContentStrategy = android.widget.TabHost$ViewIdContentStrategy of android.widget.TabHost
  private ViewIndicatorStrategy = android.widget.TabHost$ViewIndicatorStrategy of android.widget.TabHost