0
class A{
    private Object a;
    private Object a1;
    private Object a2;

    public void method(){
        // Tons of code
         code line using a;
        // Tons of code
         code line using a1;
    }
}

现在我想列出或突出显示方法()中使用的所有字段。即结果应该是方法主体中的 a、a1 或突出显示的 a、a1 的列表。

4

0 回答 0