You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AfterThrowingParamHelloWorld.txt 1.3KB

123456789101112131415161718192021222324252627282930
  1. public class HelloWorld extends java.lang.Object:
  2. public void <init>():
  3. ALOAD_0 // HelloWorld this (line 5)
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. constructor-execution(void HelloWorld.<init>())
  6. | RETURN
  7. constructor-execution(void HelloWorld.<init>())
  8. end public void <init>()
  9. public static void main(String[]):
  10. method-execution(void HelloWorld.main(java.lang.String[]))
  11. | field-get(java.io.PrintStream java.lang.System.out)
  12. | | catch java.lang.Throwable -> E0
  13. | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  14. | | catch java.lang.Throwable -> E0
  15. | | GOTO L0
  16. | | E0: ASTORE_1
  17. | | ALOAD_1
  18. | | INVOKESTATIC Aspect.ajc_afterThrowing_field_get (Ljava/lang/Throwable;)V
  19. | | ALOAD_1
  20. | | ATHROW
  21. | | L0: NOP
  22. | field-get(java.io.PrintStream java.lang.System.out)
  23. | LDC "hello world" (line 9)
  24. | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  25. | RETURN (line 11)
  26. method-execution(void HelloWorld.main(java.lang.String[]))
  27. end public static void main(String[])
  28. end public class HelloWorld