public class android.widget.TableLayout$LayoutParams extends android.widget.LinearLayout$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.TableLayout$LayoutParams
  super_class: android.widget.LinearLayout$LayoutParams
{
  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // android.content.Context c
        start local 2 // android.util.AttributeSet attrs
         0: .line 683
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* attrs */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 684
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context c
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/TableLayout$LayoutParams;
            0    2     1      c  Landroid/content/Context;
            0    2     2  attrs  Landroid/util/AttributeSet;
    MethodParameters:
       Name  Flags
      c      
      attrs  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // int w
        start local 2 // int h
         0: .line 690
            aload 0 /* this */
            iconst_m1
            iload 2 /* h */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(II)V
         1: .line 691
            return
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/TableLayout$LayoutParams;
            0    2     1     w  I
            0    2     2     h  I
    MethodParameters:
      Name  Flags
      w     
      h     

  public void <init>(int, int, float);
    descriptor: (IIF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // int w
        start local 2 // int h
        start local 3 // float initWeight
         0: .line 697
            aload 0 /* this */
            iconst_m1
            iload 2 /* h */
            fload 3 /* initWeight */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(IIF)V
         1: .line 698
            return
        end local 3 // float initWeight
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/widget/TableLayout$LayoutParams;
            0    2     1           w  I
            0    2     2           h  I
            0    2     3  initWeight  F
    MethodParameters:
            Name  Flags
      w           
      h           
      initWeight  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.TableLayout$LayoutParams this
         0: .line 706
            aload 0 /* this */
            iconst_m1
            bipush -2
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(II)V
         1: .line 707
            return
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/TableLayout$LayoutParams;

  public void <init>(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 713
            aload 0 /* this */
            aload 1 /* p */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
         1: .line 714
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableLayout$LayoutParams.width:I
         2: .line 715
            return
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/TableLayout$LayoutParams;
            0    3     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

  public void <init>(android.view.ViewGroup$MarginLayoutParams);
    descriptor: (Landroid/view/ViewGroup$MarginLayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // android.view.ViewGroup$MarginLayoutParams source
         0: .line 721
            aload 0 /* this */
            aload 1 /* source */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$MarginLayoutParams;)V
         1: .line 722
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableLayout$LayoutParams.width:I
         2: .line 723
            aload 1 /* source */
            instanceof android.widget.TableLayout$LayoutParams
            ifeq 4
         3: .line 724
            aload 0 /* this */
            aload 1 /* source */
            checkcast android.widget.TableLayout$LayoutParams
            getfield android.widget.TableLayout$LayoutParams.weight:F
            putfield android.widget.TableLayout$LayoutParams.weight:F
         4: .line 726
      StackMap locals: android.widget.TableLayout$LayoutParams android.view.ViewGroup$MarginLayoutParams
      StackMap stack:
            return
        end local 1 // android.view.ViewGroup$MarginLayoutParams source
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/widget/TableLayout$LayoutParams;
            0    5     1  source  Landroid/view/ViewGroup$MarginLayoutParams;
    MethodParameters:
        Name  Flags
      source  

  protected void setBaseAttributes(android.content.res.TypedArray, int, int);
    descriptor: (Landroid/content/res/TypedArray;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.TableLayout$LayoutParams this
        start local 1 // android.content.res.TypedArray a
        start local 2 // int widthAttr
        start local 3 // int heightAttr
         0: .line 742
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableLayout$LayoutParams.width:I
         1: .line 743
            aload 1 /* a */
            iload 3 /* heightAttr */
            invokevirtual android.content.res.TypedArray.hasValue:(I)Z
            ifeq 4
         2: .line 744
            aload 0 /* this */
            aload 1 /* a */
            iload 3 /* heightAttr */
            ldc "layout_height"
            invokevirtual android.content.res.TypedArray.getLayoutDimension:(ILjava/lang/String;)I
            putfield android.widget.TableLayout$LayoutParams.height:I
         3: .line 745
            goto 5
         4: .line 746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -2
            putfield android.widget.TableLayout$LayoutParams.height:I
         5: .line 748
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int heightAttr
        end local 2 // int widthAttr
        end local 1 // android.content.res.TypedArray a
        end local 0 // android.widget.TableLayout$LayoutParams this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Landroid/widget/TableLayout$LayoutParams;
            0    6     1           a  Landroid/content/res/TypedArray;
            0    6     2   widthAttr  I
            0    6     3  heightAttr  I
    MethodParameters:
            Name  Flags
      a           
      widthAttr   
      heightAttr  
}
SourceFile: "TableLayout.java"
NestHost: android.widget.TableLayout
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.LinearLayout$LayoutParams of android.widget.LinearLayout
  public LayoutParams = android.widget.TableLayout$LayoutParams of android.widget.TableLayout