假设我们有以下方法:
1. public static void main(String args[]) throws Exception {
2. setUIFont(new javax.swing.plaf.FontUIResource("tahoma", Font.PLAIN, 12));
3. new Frame();
4. new Resource();
6.
7. System.out.println(Integer.MAX_VALUE);
8. }
如您所见,此方法占用了第1行到第6行。如何获取此列表?假设我有这个方法的反射类。