Java 找不到源:SQLiteCursor.class

Java 找不到源:SQLiteCursor.class,java,android,Java,Android,在调试中运行并按F8键继续将出现此“类文件编辑器-找不到源代码错误” // Compiled from SQLiteCursor.java (version 1.5 : 49.0, super bit) public class android.database.sqlite.SQLiteCursor extends android.database.AbstractWindowedCursor { // Method descriptor #8 (Landroid/database/

在调试中运行并按F8键继续将出现此“类文件编辑器-找不到源代码错误”

// Compiled from SQLiteCursor.java (version 1.5 : 49.0, super bit)
public class android.database.sqlite.SQLiteCursor extends     android.database.AbstractWindowedCursor {

// Method descriptor #8 (Landroid/database/sqlite/SQLiteDatabase;Landroid/database/sqlite    /SQLiteCursorDriver;Ljava/lang/String;Landroid/database/sqlite/SQLiteQuery;)V
// Stack: 3, Locals: 5
  public SQLiteCursor(android.database.sqlite.SQLiteDatabase db,     android.database.sqlite.SQLiteCursorDriver driver, java.lang.String editTable, android.database.sqlite.SQLiteQuery query);
     0  aload_0 [this]
 1  invokespecial android.database.AbstractWindowedCursor() [1]
 4  new java.lang.RuntimeException [2]
 7  dup
 8  ldc <String "Stub!"> [3]
10  invokespecial java.lang.RuntimeException(java.lang.String) [4]
13  athrow
  Line numbers:
    [pc: 0, line: 5]
  Local variable table:
    [pc: 0, pc: 14] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 14] local: db index: 1 type: android.database.sqlite.SQLiteDatabase
    [pc: 0, pc: 14] local: driver index: 2 type: android.database.sqlite.SQLiteCursorDriver
    [pc: 0, pc: 14] local: editTable index: 3 type: java.lang.String
    [pc: 0, pc: 14] local: query index: 4 type: android.database.sqlite.SQLiteQuery

// Method descriptor #23 (Landroid/database/DataSetObserver;)V
// Stack: 3, Locals: 2
public void registerDataSetObserver(android.database.DataSetObserver observer);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 6]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: observer index: 1 type: android.database.DataSetObserver

// Method descriptor #27 ()Landroid/database/sqlite/SQLiteDatabase;
// Stack: 3, Locals: 1
public android.database.sqlite.SQLiteDatabase getDatabase();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 7]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #29 (II)Z
// Stack: 3, Locals: 3
public boolean onMove(int oldPosition, int newPosition);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 8]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: oldPosition index: 1 type: int
    [pc: 0, pc: 10] local: newPosition index: 2 type: int

// Method descriptor #34 ()I
// Stack: 3, Locals: 1
public int getCount();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 9]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #36 (Ljava/lang/String;)I
// Stack: 3, Locals: 2
public int getColumnIndex(java.lang.String columnName);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 10]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: columnName index: 1 type: java.lang.String

// Method descriptor #39 ()[Ljava/lang/String;
// Stack: 3, Locals: 1
public java.lang.String[] getColumnNames();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 11]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
public void deactivate();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 12]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
public void close();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 13]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #44 ()Z
// Stack: 3, Locals: 1
public boolean requery();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 14]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor

// Method descriptor #46 (Landroid/database/CursorWindow;)V
// Stack: 3, Locals: 2
public void setWindow(android.database.CursorWindow window);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 15]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: window index: 1 type: android.database.CursorWindow

// Method descriptor #50 ([Ljava/lang/String;)V
// Stack: 3, Locals: 2
public void setSelectionArguments(java.lang.String[] selectionArgs);
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 16]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
    [pc: 0, pc: 10] local: selectionArgs index: 1 type: java.lang.String[]

// Method descriptor #41 ()V
// Stack: 3, Locals: 1
protected void finalize();
 0  new java.lang.RuntimeException [2]
 3  dup
 4  ldc <String "Stub!"> [3]
 6  invokespecial java.lang.RuntimeException(java.lang.String) [4]
 9  athrow
  Line numbers:
    [pc: 0, line: 17]
  Local variable table:
    [pc: 0, pc: 10] local: this index: 0 type: android.database.sqlite.SQLiteCursor
//从SQLiteCursor.java(版本1.5:49.0,超级位)编译而成
公共类android.database.sqlite.SQLiteCursor扩展了android.database.AbstractWindowedCursor{
//方法描述符#8(Landroid/database/sqlite/SQLiteDatabase;Landroid/database/sqlite/SQLiteCursorDriver;Ljava/lang/String;Landroid/database/sqlite/SQLiteQuery;)V
//堆栈:3,本地:5
公共SQLiteCursor(android.database.sqlite.SQLiteDatabase db、android.database.sqlite.SQLiteCursorDriver驱动程序、java.lang.String editTable、android.database.sqlite.SQLiteQuery查询);
0 aload_0[此]
1调用特定的android.database.AbstractWindowedCursor()[1]
4新的java.lang.RuntimeException[2]
7次重复
8最不发达国家[3]
10调用特殊的java.lang.RuntimeException(java.lang.String)[4]
13阿思罗
行号:
[个人计算机:0,第5行]
局部变量表:
[pc:0,pc:14]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
[pc:0,pc:14]本地:db索引:1类型:android.database.sqlite.SQLiteDatabase
[pc:0,pc:14]本地:驱动程序索引:2类型:android.database.sqlite.SQLiteCursorDriver
[pc:0,pc:14]本地:编辑表索引:3类型:java.lang.String
[pc:0,pc:14]本地:查询索引:4类型:android.database.sqlite.SQLiteQuery
//方法描述符#23(Landroid/database/DataSetObserver;)V
//堆栈:3,本地值:2
public void registerDataSetObserver(android.database.DataSetObserver-observer);
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第6行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
[pc:0,pc:10]本地:观察者索引:1类型:android.database.DataSetObserver
//方法描述符#27()Landroid/database/sqlite/SQLiteDatabase;
//堆栈:3,局部变量:1
public android.database.sqlite.SQLiteDatabase getDatabase();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第7行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#29(II)Z
//堆栈:3,本地值:3
公共布尔onMove(int oldPosition,int newPosition);
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第8行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
[pc:0,pc:10]本地:旧位置索引:1类型:int
[pc:0,pc:10]本地:新位置索引:2类型:int
//方法描述符#34()I
//堆栈:3,局部变量:1
公共int getCount();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第9行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#36(Ljava/lang/String;)I
//堆栈:3,本地值:2
public int getColumnIndex(java.lang.String columnName);
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第10行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
[pc:0,pc:10]本地:columnName索引:1类型:java.lang.String
//方法描述符#39()[Ljava/lang/String;
//堆栈:3,局部变量:1
public java.lang.String[]getColumnNames();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第11行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#41()V
//堆栈:3,局部变量:1
公开作废();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第12行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#41()V
//堆栈:3,局部变量:1
公共空间关闭();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第13行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#44()Z
//堆栈:3,局部变量:1
公共布尔重新查询();
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第14行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
//方法描述符#46(Landroid/database/CursorWindow;)V
//堆栈:3,本地值:2
公共void设置窗口(android.database.CursorWindow窗口);
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
行号:
[个人计算机:0,第15行]
局部变量表:
[pc:0,pc:10]本地:此索引:0类型:android.database.sqlite.SQLiteCursor
[pc:0,pc:10]本地:窗口索引:1类型:android.database.CursorWindow
//方法描述符#50([Ljava/lang/String;)V
//堆栈:3,本地值:2
public void setSelectionArguments(java.lang.String[]selectionArgs);
0新java.lang.RuntimeException[2]
3次重复
4最不发达国家[3]
6调用特殊的java.lang.RuntimeException(java.lang.String)[4]
9阿思罗
线路nu