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.

ArgsBeforeAfterHelloWorld.txt 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. | RETURN
  7. constructor-execution(void HelloWorld.<init>())
  8. end public void <init>()
  9. public static void main(String[]):
  10. ALOAD_0
  11. ASTORE_3
  12. method-execution(void HelloWorld.main(java.lang.String[]))
  13. | catch java.lang.Throwable -> E1
  14. | | ALOAD_3
  15. | | INVOKESTATIC Aspect.ajc_before_method_execution (Ljava/lang/Object;)V
  16. | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  17. | | LDC "hello world" (line 9)
  18. | | ASTORE_1
  19. | | method-call(void java.io.PrintStream.println(java.lang.String))
  20. | | | catch java.lang.Throwable -> E0
  21. | | | | ALOAD_1
  22. | | | | INVOKESTATIC Aspect.ajc_before_method_call (Ljava/lang/Object;)V
  23. | | | | ALOAD_1
  24. | | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  25. | | | catch java.lang.Throwable -> E0
  26. | | | GOTO L0
  27. | | | E0: ASTORE_2
  28. | | | ALOAD_1
  29. | | | INVOKESTATIC Aspect.ajc_afterThrowing_method_call (Ljava/lang/Object;)V
  30. | | | ALOAD_2
  31. | | | ATHROW
  32. | | | L0: NOP
  33. | | | ALOAD_1
  34. | | | INVOKESTATIC Aspect.ajc_afterReturning_method_call (Ljava/lang/Object;)V
  35. | | | NOP
  36. | | method-call(void java.io.PrintStream.println(java.lang.String))
  37. | | GOTO L1 (line 11)
  38. | catch java.lang.Throwable -> E1
  39. | E1: ASTORE 4
  40. | ALOAD_3
  41. | INVOKESTATIC Aspect.ajc_afterThrowing_method_execution (Ljava/lang/Object;)V
  42. | ALOAD 4
  43. | ATHROW
  44. | L1: ALOAD_3
  45. | INVOKESTATIC Aspect.ajc_afterReturning_method_execution (Ljava/lang/Object;)V
  46. | RETURN
  47. method-execution(void HelloWorld.main(java.lang.String[]))
  48. end public static void main(String[])
  49. end public class HelloWorld