; ; Output created by JasminView on Jun 29, 2003 ; 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 .class CountAdapter .super java/awt/event/MouseAdapter .field private count I ; >> METHOD 1 << .method ()V .limit stack 2 .limit locals 1 ;---- aload_0 invokespecial java/awt/event/MouseAdapter/()V aload_0 iconst_0 putfield CountAdapter/count I return .end method ; >> METHOD 2 << .method public mouseEntered(Ljava/awt/event/MouseEvent;)V .limit stack 3 .limit locals 2 ;---- aload_0 dup getfield CountAdapter/count I iconst_1 iadd putfield CountAdapter/count I return .end method ; >> METHOD 3 << .method public mousePressed(Ljava/awt/event/MouseEvent;)V .limit stack 1 .limit locals 2 ;---- aload_0 getfield CountAdapter/count I invokestatic java/lang/System/exit(I)V return .end method