final class android.database.sqlite.SQLiteConnection$PreparedStatement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.database.sqlite.SQLiteConnection$PreparedStatement
  super_class: java.lang.Object
{
  public android.database.sqlite.SQLiteConnection$PreparedStatement mPoolNext;
    descriptor: Landroid/database/sqlite/SQLiteConnection$PreparedStatement;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mSql;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public long mStatementPtr;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public int mNumParameters;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int mType;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean mReadOnly;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean mInCache;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean mInUse;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteConnection$PreparedStatement this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import dalvik.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tBlockGuard cannot be resolved\n\tBlockGuard cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$PreparedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$PreparedStatement;
}
SourceFile: "SQLiteConnection.java"
NestHost: android.database.sqlite.SQLiteConnection
InnerClasses:
  private final PreparedStatement = android.database.sqlite.SQLiteConnection$PreparedStatement of android.database.sqlite.SQLiteConnection