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.3KB

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