; ; 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 Add.java .class Add .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 add(II)I .limit stack 2 .limit locals 4 ;---- .line 3 iload_1 iload_2 iadd istore_3 .line 4 iload_3 ireturn .end method ; >> METHOD 3 << .method public static main([Ljava/lang/String;)V .limit stack 4 .limit locals 2 ;---- .line 8 new Add dup invokespecial Add/()V astore_1 .line 9 getstatic java/lang/System/out Ljava/io/PrintStream; aload_1 iconst_4 iconst_5 invokevirtual Add/add(II)I invokevirtual java/io/PrintStream/println(I)V .line 10 return .end method