public abstract class android.app.ActionBar$Tab
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.app.ActionBar$Tab
  super_class: java.lang.Object
{
  public static final int INVALID_POSITION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.ActionBar$Tab this
         0: .line 1154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.ActionBar$Tab this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActionBar$Tab;

  public abstract int getPosition();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.graphics.drawable.Drawable getIcon();
    descriptor: ()Landroid/graphics/drawable/Drawable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.CharSequence getText();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.app.ActionBar$Tab setIcon(android.graphics.drawable.Drawable);
    descriptor: (Landroid/graphics/drawable/Drawable;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      icon  

  public abstract android.app.ActionBar$Tab setIcon(int);
    descriptor: (I)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      resId  

  public abstract android.app.ActionBar$Tab setText(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      text  

  public abstract android.app.ActionBar$Tab setText(int);
    descriptor: (I)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      resId  

  public abstract android.app.ActionBar$Tab setCustomView(android.view.View);
    descriptor: (Landroid/view/View;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      view  

  public abstract android.app.ActionBar$Tab setCustomView(int);
    descriptor: (I)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      layoutResId  

  public abstract android.view.View getCustomView();
    descriptor: ()Landroid/view/View;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.app.ActionBar$Tab setTag(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      obj   

  public abstract java.lang.Object getTag();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.app.ActionBar$Tab setTabListener(android.app.ActionBar$TabListener);
    descriptor: (Landroid/app/ActionBar$TabListener;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void select();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.app.ActionBar$Tab setContentDescription(int);
    descriptor: (I)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      resId  

  public abstract android.app.ActionBar$Tab setContentDescription(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      contentDesc  

  public abstract java.lang.CharSequence getContentDescription();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ActionBar.java"
NestHost: android.app.ActionBar
InnerClasses:
  public abstract Tab = android.app.ActionBar$Tab of android.app.ActionBar
  public abstract TabListener = android.app.ActionBar$TabListener of android.app.ActionBar
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()