public class HelloWorld extends java.lang.Object: public void (): ALOAD_0 // HelloWorld this (line 5) INVOKESPECIAL java.lang.Object. ()V constructor-execution(void HelloWorld.()) | RETURN constructor-execution(void HelloWorld.()) end public void () public static void main(String[]): method-execution(void HelloWorld.main(java.lang.String[])) | field-get(java.io.PrintStream java.lang.System.out) | | catch java.lang.Throwable -> E0 | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8) | | catch java.lang.Throwable -> E0 | | GOTO L0 | | E0: ASTORE_1 | | ALOAD_1 | | INVOKESTATIC Aspect.ajc_afterThrowing_field_get (Ljava/lang/Throwable;)V | | ALOAD_1 | | ATHROW | | L0: NOP | field-get(java.io.PrintStream java.lang.System.out) | LDC "hello world" (line 9) | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V | RETURN (line 11) method-execution(void HelloWorld.main(java.lang.String[])) end public static void main(String[]) end public class HelloWorld