public class android.renderscript.FileA3D$IndexEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.FileA3D$IndexEntry
  super_class: java.lang.Object
{
  android.renderscript.RenderScript mRS;
    descriptor: Landroid/renderscript/RenderScript;
    flags: (0x0000) 

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

  long mID;
    descriptor: J
    flags: (0x0000) 

  java.lang.String mName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  android.renderscript.FileA3D$EntryType mEntryType;
    descriptor: Landroid/renderscript/FileA3D$EntryType;
    flags: (0x0000) 

  android.renderscript.BaseObj mLoadedObj;
    descriptor: Landroid/renderscript/BaseObj;
    flags: (0x0000) 

  private static volatile int[] $SWITCH_TABLE$android$renderscript$FileA3D$EntryType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.FileA3D$IndexEntry this
         0: .line 93
            aload 0 /* this */
            getfield android.renderscript.FileA3D$IndexEntry.mName:Ljava/lang/String;
            areturn
        end local 0 // android.renderscript.FileA3D$IndexEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/FileA3D$IndexEntry;

  public android.renderscript.FileA3D$EntryType getEntryType();
    descriptor: ()Landroid/renderscript/FileA3D$EntryType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.FileA3D$IndexEntry this
         0: .line 104
            aload 0 /* this */
            getfield android.renderscript.FileA3D$IndexEntry.mEntryType:Landroid/renderscript/FileA3D$EntryType;
            areturn
        end local 0 // android.renderscript.FileA3D$IndexEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/FileA3D$IndexEntry;

  public android.renderscript.BaseObj getObject();
    descriptor: ()Landroid/renderscript/BaseObj;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.renderscript.FileA3D$IndexEntry this
         0: .line 113
            aload 0 /* this */
            getfield android.renderscript.FileA3D$IndexEntry.mRS:Landroid/renderscript/RenderScript;
            invokevirtual android.renderscript.RenderScript.validate:()V
         1: .line 114
            aload 0 /* this */
            getfield android.renderscript.FileA3D$IndexEntry.mRS:Landroid/renderscript/RenderScript;
            aload 0 /* this */
            invokestatic android.renderscript.FileA3D$IndexEntry.internalCreate:(Landroid/renderscript/RenderScript;Landroid/renderscript/FileA3D$IndexEntry;)Landroid/renderscript/BaseObj;
            astore 1 /* obj */
        start local 1 // android.renderscript.BaseObj obj
         2: .line 115
            aload 1 /* obj */
            areturn
        end local 1 // android.renderscript.BaseObj obj
        end local 0 // android.renderscript.FileA3D$IndexEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/FileA3D$IndexEntry;
            2    3     1   obj  Landroid/renderscript/BaseObj;

  public android.renderscript.Mesh getMesh();
    descriptor: ()Landroid/renderscript/Mesh;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.FileA3D$IndexEntry this
         0: .line 126
            aload 0 /* this */
            invokevirtual android.renderscript.FileA3D$IndexEntry.getObject:()Landroid/renderscript/BaseObj;
            checkcast android.renderscript.Mesh
            areturn
        end local 0 // android.renderscript.FileA3D$IndexEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/FileA3D$IndexEntry;

  static synchronized android.renderscript.BaseObj internalCreate(android.renderscript.RenderScript, android.renderscript.FileA3D$IndexEntry);
    descriptor: (Landroid/renderscript/RenderScript;Landroid/renderscript/FileA3D$IndexEntry;)Landroid/renderscript/BaseObj;
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // android.renderscript.RenderScript rs
        start local 1 // android.renderscript.FileA3D$IndexEntry entry
         0: .line 130
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
            ifnull 2
         1: .line 131
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
            areturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mEntryType:Landroid/renderscript/FileA3D$EntryType;
            getstatic android.renderscript.FileA3D$EntryType.UNKNOWN:Landroid/renderscript/FileA3D$EntryType;
            if_acmpne 4
         3: .line 136
            aconst_null
            areturn
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* rs */
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mID:J
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mIndex:I
            invokevirtual android.renderscript.RenderScript.nFileA3DGetEntryByIndex:(JI)J
            lstore 2 /* objectID */
        start local 2 // long objectID
         5: .line 140
            lload 2 /* objectID */
            lconst_0
            lcmp
            ifne 7
         6: .line 141
            aconst_null
            areturn
         7: .line 144
      StackMap locals: long
      StackMap stack:
            invokestatic android.renderscript.FileA3D$IndexEntry.$SWITCH_TABLE$android$renderscript$FileA3D$EntryType:()[I
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mEntryType:Landroid/renderscript/FileA3D$EntryType;
            invokevirtual android.renderscript.FileA3D$EntryType.ordinal:()I
            iaload
            tableswitch { // 2 - 2
                    2: 8
              default: 10
          }
         8: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            new android.renderscript.Mesh
            dup
            lload 2 /* objectID */
            aload 0 /* rs */
            invokespecial android.renderscript.Mesh.<init>:(JLandroid/renderscript/RenderScript;)V
            putfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
         9: .line 147
            goto 11
        10: .line 150
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSRuntimeException
            dup
            ldc "Unrecognized object type in file."
            invokespecial android.renderscript.RSRuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
            invokevirtual android.renderscript.BaseObj.updateFromNative:()V
        12: .line 154
            aload 1 /* entry */
            getfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
            areturn
        end local 2 // long objectID
        end local 1 // android.renderscript.FileA3D$IndexEntry entry
        end local 0 // android.renderscript.RenderScript rs
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0        rs  Landroid/renderscript/RenderScript;
            0   13     1     entry  Landroid/renderscript/FileA3D$IndexEntry;
            5   13     2  objectID  J
    MethodParameters:
       Name  Flags
      rs     
      entry  

  void <init>(android.renderscript.RenderScript, int, long, java.lang.String, android.renderscript.FileA3D$EntryType);
    descriptor: (Landroid/renderscript/RenderScript;IJLjava/lang/String;Landroid/renderscript/FileA3D$EntryType;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // android.renderscript.FileA3D$IndexEntry this
        start local 1 // android.renderscript.RenderScript rs
        start local 2 // int index
        start local 3 // long id
        start local 5 // java.lang.String name
        start local 6 // android.renderscript.FileA3D$EntryType type
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 158
            aload 0 /* this */
            aload 1 /* rs */
            putfield android.renderscript.FileA3D$IndexEntry.mRS:Landroid/renderscript/RenderScript;
         2: .line 159
            aload 0 /* this */
            iload 2 /* index */
            putfield android.renderscript.FileA3D$IndexEntry.mIndex:I
         3: .line 160
            aload 0 /* this */
            lload 3 /* id */
            putfield android.renderscript.FileA3D$IndexEntry.mID:J
         4: .line 161
            aload 0 /* this */
            aload 5 /* name */
            putfield android.renderscript.FileA3D$IndexEntry.mName:Ljava/lang/String;
         5: .line 162
            aload 0 /* this */
            aload 6 /* type */
            putfield android.renderscript.FileA3D$IndexEntry.mEntryType:Landroid/renderscript/FileA3D$EntryType;
         6: .line 163
            aload 0 /* this */
            aconst_null
            putfield android.renderscript.FileA3D$IndexEntry.mLoadedObj:Landroid/renderscript/BaseObj;
         7: .line 164
            return
        end local 6 // android.renderscript.FileA3D$EntryType type
        end local 5 // java.lang.String name
        end local 3 // long id
        end local 2 // int index
        end local 1 // android.renderscript.RenderScript rs
        end local 0 // android.renderscript.FileA3D$IndexEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Landroid/renderscript/FileA3D$IndexEntry;
            0    8     1     rs  Landroid/renderscript/RenderScript;
            0    8     2  index  I
            0    8     3     id  J
            0    8     5   name  Ljava/lang/String;
            0    8     6   type  Landroid/renderscript/FileA3D$EntryType;
    MethodParameters:
       Name  Flags
      rs     
      index  
      id     
      name   
      type   

  static int[] $SWITCH_TABLE$android$renderscript$FileA3D$EntryType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 75
            getstatic android.renderscript.FileA3D$IndexEntry.$SWITCH_TABLE$android$renderscript$FileA3D$EntryType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic android.renderscript.FileA3D$EntryType.values:()[Landroid/renderscript/FileA3D$EntryType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic android.renderscript.FileA3D$EntryType.MESH:Landroid/renderscript/FileA3D$EntryType;
            invokevirtual android.renderscript.FileA3D$EntryType.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic android.renderscript.FileA3D$EntryType.UNKNOWN:Landroid/renderscript/FileA3D$EntryType;
            invokevirtual android.renderscript.FileA3D$EntryType.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic android.renderscript.FileA3D$IndexEntry.$SWITCH_TABLE$android$renderscript$FileA3D$EntryType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "FileA3D.java"
NestHost: android.renderscript.FileA3D
InnerClasses:
  public final EntryType = android.renderscript.FileA3D$EntryType of android.renderscript.FileA3D
  public IndexEntry = android.renderscript.FileA3D$IndexEntry of android.renderscript.FileA3D