class android.mtp.MtpPropertyGroup$Property
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.mtp.MtpPropertyGroup$Property
  super_class: java.lang.Object
{
  int code;
    descriptor: I
    flags: (0x0000) 

  int type;
    descriptor: I
    flags: (0x0000) 

  int column;
    descriptor: I
    flags: (0x0000) 

  final android.mtp.MtpPropertyGroup this$0;
    descriptor: Landroid/mtp/MtpPropertyGroup;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.mtp.MtpPropertyGroup, int, int, int);
    descriptor: (Landroid/mtp/MtpPropertyGroup;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.mtp.MtpPropertyGroup$Property this
        start local 2 // int code
        start local 3 // int type
        start local 4 // int column
         0: .line 42
            aload 0 /* this */
            aload 1
            putfield android.mtp.MtpPropertyGroup$Property.this$0:Landroid/mtp/MtpPropertyGroup;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            iload 2 /* code */
            putfield android.mtp.MtpPropertyGroup$Property.code:I
         2: .line 44
            aload 0 /* this */
            iload 3 /* type */
            putfield android.mtp.MtpPropertyGroup$Property.type:I
         3: .line 45
            aload 0 /* this */
            iload 4 /* column */
            putfield android.mtp.MtpPropertyGroup$Property.column:I
         4: .line 46
            return
        end local 4 // int column
        end local 3 // int type
        end local 2 // int code
        end local 0 // android.mtp.MtpPropertyGroup$Property this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/mtp/MtpPropertyGroup$Property;
            0    5     2    code  I
            0    5     3    type  I
            0    5     4  column  I
    MethodParameters:
        Name  Flags
      this$0  final
      code    
      type    
      column  
}
SourceFile: "MtpPropertyGroup.java"
NestHost: android.mtp.MtpPropertyGroup
InnerClasses:
  private Property = android.mtp.MtpPropertyGroup$Property of android.mtp.MtpPropertyGroup