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.

AfterReturningHelloWorld.txt 1.5KB

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. | GOTO L0
  7. | L0: INVOKESTATIC Aspect.ajc_afterReturning_constructor_execution ()V
  8. | RETURN
  9. constructor-execution(void HelloWorld.<init>())
  10. end public void <init>()
  11. public static void main(String[]):
  12. method-execution(void HelloWorld.main(java.lang.String[]))
  13. | field-get(java.io.PrintStream java.lang.System.out)
  14. | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  15. | | INVOKESTATIC Aspect.ajc_afterReturning_field_get ()V
  16. | | NOP
  17. | field-get(java.io.PrintStream java.lang.System.out)
  18. | LDC "hello world" (line 9)
  19. | method-call(void java.io.PrintStream.println(java.lang.String))
  20. | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  21. | | INVOKESTATIC Aspect.ajc_afterReturning_method_call ()V
  22. | | NOP
  23. | method-call(void java.io.PrintStream.println(java.lang.String))
  24. | GOTO L0 (line 11)
  25. | L0: INVOKESTATIC Aspect.ajc_afterReturning_method_execution ()V
  26. | RETURN
  27. method-execution(void HelloWorld.main(java.lang.String[]))
  28. end public static void main(String[])
  29. end public class HelloWorld