public final class android.nfc.NfcManager
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.nfc.NfcManager
  super_class: java.lang.Object
{
  private final android.nfc.NfcAdapter mAdapter;
    descriptor: Landroid/nfc/NfcAdapter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.nfc.NfcManager this
        start local 1 // android.content.Context context
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 1 /* context */
            invokevirtual android.content.Context.getApplicationContext:()Landroid/content/Context;
            astore 1 /* context */
         2: .line 50
            aload 1 /* context */
            ifnonnull 6
         3: .line 51
            new java.lang.IllegalArgumentException
            dup
         4: .line 52
            ldc "context not associated with any application (using a mock context?)"
         5: .line 51
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 55
      StackMap locals: android.nfc.NfcManager android.content.Context
      StackMap stack:
            aload 1 /* context */
            invokestatic android.nfc.NfcAdapter.getNfcAdapter:(Landroid/content/Context;)Landroid/nfc/NfcAdapter;
            astore 2 /* adapter */
        start local 2 // android.nfc.NfcAdapter adapter
         7: .line 56
            goto 10
        end local 2 // android.nfc.NfcAdapter adapter
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
         8: pop
         9: .line 57
            aconst_null
            astore 2 /* adapter */
        start local 2 // android.nfc.NfcAdapter adapter
        10: .line 59
      StackMap locals: android.nfc.NfcAdapter
      StackMap stack:
            aload 0 /* this */
            aload 2 /* adapter */
            putfield android.nfc.NfcManager.mAdapter:Landroid/nfc/NfcAdapter;
        11: .line 60
            return
        end local 2 // android.nfc.NfcAdapter adapter
        end local 1 // android.content.Context context
        end local 0 // android.nfc.NfcManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Landroid/nfc/NfcManager;
            0   12     1  context  Landroid/content/Context;
            7    8     2  adapter  Landroid/nfc/NfcAdapter;
           10   12     2  adapter  Landroid/nfc/NfcAdapter;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.UnsupportedOperationException
    MethodParameters:
         Name  Flags
      context  

  public android.nfc.NfcAdapter getDefaultAdapter();
    descriptor: ()Landroid/nfc/NfcAdapter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.nfc.NfcManager this
         0: .line 68
            aload 0 /* this */
            getfield android.nfc.NfcManager.mAdapter:Landroid/nfc/NfcAdapter;
            areturn
        end local 0 // android.nfc.NfcManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/nfc/NfcManager;
}
SourceFile: "NfcManager.java"