class android.app.Fragment$1 extends android.app.FragmentContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.Fragment$1
  super_class: android.app.FragmentContainer
{
  final android.app.Fragment this$0;
    descriptor: Landroid/app/Fragment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.Fragment);
    descriptor: (Landroid/app/Fragment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.Fragment$1 this
         0: .line 2480
            aload 0 /* this */
            aload 1
            putfield android.app.Fragment$1.this$0:Landroid/app/Fragment;
            aload 0 /* this */
            invokespecial android.app.FragmentContainer.<init>:()V
            return
        end local 0 // android.app.Fragment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/Fragment$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public <T extends android.view.View> T onFindViewById();
    descriptor: (I)Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.Fragment$1 this
        start local 1 // int id
         0: .line 2484
            aload 0 /* this */
            getfield android.app.Fragment$1.this$0:Landroid/app/Fragment;
            getfield android.app.Fragment.mView:Landroid/view/View;
            ifnonnull 2
         1: .line 2485
            new java.lang.IllegalStateException
            dup
            ldc "Fragment does not have a view"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.Fragment$1.this$0:Landroid/app/Fragment;
            getfield android.app.Fragment.mView:Landroid/view/View;
            iload 1 /* id */
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            areturn
        end local 1 // int id
        end local 0 // android.app.Fragment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/Fragment$1;
            0    3     1    id  I
    Signature: <T:Landroid/view/View;>(I)TT;
    MethodParameters:
      Name  Flags
      id    

  public boolean onHasView();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.Fragment$1 this
         0: .line 2492
            aload 0 /* this */
            getfield android.app.Fragment$1.this$0:Landroid/app/Fragment;
            getfield android.app.Fragment.mView:Landroid/view/View;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.Fragment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/Fragment$1;
}
SourceFile: "Fragment.java"
EnclosingMethod: android.app.Fragment.instantiateChildFragmentManager:()V
NestHost: android.app.Fragment
InnerClasses:
  android.app.Fragment$1