Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AfterHelloWorld.txt 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. public class HelloWorld extends java.lang.Object:
  2. public void <init>():
  3. ALOAD_0 // LHelloWorld; this (line 5)
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. constructor-execution(void HelloWorld.<init>())
  6. | catch java.lang.Throwable -> E0
  7. | | GOTO L0
  8. | catch java.lang.Throwable -> E0
  9. | E0: ASTORE_1
  10. | INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
  11. | ALOAD_1
  12. | ATHROW
  13. | L0: INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
  14. | RETURN
  15. constructor-execution(void HelloWorld.<init>())
  16. end public void <init>()
  17. public static void main(String[]):
  18. method-execution(void HelloWorld.main(java.lang.String[]))
  19. | catch java.lang.Throwable -> E2
  20. | | field-get(java.io.PrintStream java.lang.System.out)
  21. | | | catch java.lang.Throwable -> E1
  22. | | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  23. | | | catch java.lang.Throwable -> E1
  24. | | | GOTO L0
  25. | | | E1: ASTORE_1
  26. | | | INVOKESTATIC Aspect.ajc_after_field_get ()V
  27. | | | ALOAD_1
  28. | | | ATHROW
  29. | | | L0: NOP
  30. | | | INVOKESTATIC Aspect.ajc_after_field_get ()V
  31. | | | NOP
  32. | | field-get(java.io.PrintStream java.lang.System.out)
  33. | | LDC "hello world" (line 9)
  34. | | method-call(void java.io.PrintStream.println(java.lang.String))
  35. | | | catch java.lang.Throwable -> E0
  36. | | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  37. | | | catch java.lang.Throwable -> E0
  38. | | | GOTO L1
  39. | | | E0: ASTORE_2
  40. | | | INVOKESTATIC Aspect.ajc_after_method_call ()V
  41. | | | ALOAD_2
  42. | | | ATHROW
  43. | | | L1: NOP
  44. | | | INVOKESTATIC Aspect.ajc_after_method_call ()V
  45. | | | NOP
  46. | | method-call(void java.io.PrintStream.println(java.lang.String))
  47. | | GOTO L2 (line 11)
  48. | catch java.lang.Throwable -> E2
  49. | E2: ASTORE_3
  50. | INVOKESTATIC Aspect.ajc_after_method_execution ()V
  51. | ALOAD_3
  52. | ATHROW
  53. | L2: INVOKESTATIC Aspect.ajc_after_method_execution ()V
  54. | RETURN
  55. method-execution(void HelloWorld.main(java.lang.String[]))
  56. end public static void main(String[])
  57. end public class HelloWorld