; ; Output created by JasminView on Jul 8, 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 Counter.java .class Counter .super java/lang/Object .field private c I ; >> METHOD 1 << .method ()V .limit stack 2 .limit locals 1 ;---- .line 3 aload_0 invokespecial java/lang/Object/()V .line 4 aload_0 iconst_0 putfield Counter/c I .line 3 return .end method ; >> METHOD 2 << .method val()I .limit stack 1 .limit locals 1 ;---- .line 5 aload_0 getfield Counter/c I ireturn .end method ; >> METHOD 3 << .method set(I)V .limit stack 2 .limit locals 2 ;---- .line 6 aload_0 iload_1 putfield Counter/c I return .end method