class android.nfc.TechListParcel$1 implements android.os.Parcelable$Creator<android.nfc.TechListParcel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.nfc.TechListParcel$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.nfc.TechListParcel$1 this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.nfc.TechListParcel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/nfc/TechListParcel$1;

  public android.nfc.TechListParcel createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/nfc/TechListParcel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.nfc.TechListParcel$1 this
        start local 1 // android.os.Parcel source
         0: .line 53
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 54
            iload 2 /* count */
            anewarray java.lang.String[]
            astore 3 /* techLists */
        start local 3 // java.lang.String[][] techLists
         2: .line 55
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 56
      StackMap locals: int java.lang.String[][] int
      StackMap stack:
            aload 3 /* techLists */
            iload 4 /* i */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readStringArray:()[Ljava/lang/String;
            aastore
         5: .line 55
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 4
        end local 4 // int i
         7: .line 58
            new android.nfc.TechListParcel
            dup
            aload 3 /* techLists */
            invokespecial android.nfc.TechListParcel.<init>:([[Ljava/lang/String;)V
            areturn
        end local 3 // java.lang.String[][] techLists
        end local 2 // int count
        end local 1 // android.os.Parcel source
        end local 0 // android.nfc.TechListParcel$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Landroid/nfc/TechListParcel$1;
            0    8     1     source  Landroid/os/Parcel;
            1    8     2      count  I
            2    8     3  techLists  [[Ljava/lang/String;
            3    7     4          i  I
    MethodParameters:
        Name  Flags
      source  

  public android.nfc.TechListParcel[] newArray(int);
    descriptor: (I)[Landroid/nfc/TechListParcel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.nfc.TechListParcel$1 this
        start local 1 // int size
         0: .line 63
            iload 1 /* size */
            anewarray android.nfc.TechListParcel
            areturn
        end local 1 // int size
        end local 0 // android.nfc.TechListParcel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/nfc/TechListParcel$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.nfc.TechListParcel$1.createFromParcel:(Landroid/os/Parcel;)Landroid/nfc/TechListParcel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.nfc.TechListParcel$1.newArray:(I)[Landroid/nfc/TechListParcel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/nfc/TechListParcel;>;
SourceFile: "TechListParcel.java"
EnclosingMethod: android.nfc.TechListParcel
NestHost: android.nfc.TechListParcel
InnerClasses:
  android.nfc.TechListParcel$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable