1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Compiled from "Main.java" class InnerTest extends java.lang.Object{ InnerTest(); Code: 0: aload_0 1: invokespecial #1; //Method java/lang/Object."<init>":()V 4: return public Test get(int); Code: 0: new #2; //class InnerTest$1 3: dup 4: aload_0 5: iload_1 6: invokespecial #3; //Method InnerTest$1."<init>":(LInnerTest;I)V 9: areturn } |
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |