; ; 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 Go.java .class Go .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 public static main([Ljava/lang/String;)V .limit stack 2 .limit locals 2 ;---- .line 3 new rPrivate dup invokespecial rPrivate/()V astore_1 .line 4 aload_1 bipush 10 invokevirtual rPrivate/set(I)V .line 5 aload_1 iconst_3 putfield rPrivate/v I .line 6 getstatic java/lang/System/out Ljava/io/PrintStream; aload_1 invokevirtual rPrivate/get()I invokevirtual java/io/PrintStream/println(I)V .line 7 return .end method