; ; Output created by JasminView on Jun 10, 2002 ; mailto:shawn@pobox.com ; Copyright (c) 1997-Present Shawn Silverman ; ; Jasmin can be found at: ; http://www.cat.nyu.edu/meyer/jasmin/ ; ; Classfile version: ; major: 45 ; minor: 3 .source Arraym.java .class Arraym .super java/lang/Object ; >> METHOD 1 << .method ()V .limit stack 1 .limit locals 1 ;---- .line 1 aload_0 invokespecial java/lang/Object/()V return .end method ; >> METHOD 2 << .method intArray2()V .limit stack 3 .limit locals 2 ;---- .line 3 iconst_3 iconst_4 multianewarray [[I 2 astore_1 .line 4 aload_1 iconst_2 aaload iconst_3 iconst_5 iastore .line 5 return .end method ; >> METHOD 3 << .method intArryy2b()V .limit stack 3 .limit locals 2 ;---- .line 8 iconst_3 anewarray [I astore_1 .line 9 aload_1 iconst_0 iconst_4 newarray int aastore .line 10 aload_1 iconst_1 iconst_4 newarray int aastore .line 11 aload_1 iconst_2 iconst_4 newarray int aastore .line 12 return .end method ; >> METHOD 4 << .method intArray3()V .limit stack 4 .limit locals 2 ;---- .line 15 iconst_3 iconst_4 iconst_5 multianewarray [[[I 3 astore_1 .line 16 aload_1 iconst_3 aaload iconst_4 aaload iconst_5 bipush 6 iastore .line 17 aload_1 iconst_3 iconst_1 iconst_2 multianewarray [[I 2 aastore .line 18 return .end method ; >> METHOD 5 << .method objArray2()V .limit stack 4 .limit locals 4 ;---- .line 21 iconst_2 iconst_3 multianewarray [[LArraym; 2 astore_1 .line 22 iconst_0 istore_2 goto Label4 .line 23 Label1: iconst_0 istore_3 goto Label3 .line 24 Label2: aload_1 iload_2 aaload iload_3 new Arraym dup invokespecial Arraym/()V aastore .line 23 iinc 3 1 Label3: iload_3 aload_1 iconst_0 aaload arraylength if_icmplt Label2 .line 22 iinc 2 1 Label4: iload_2 aload_1 arraylength if_icmplt Label1 .line 25 return .end method