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.

AfterReturningParamHelloWorld.txt 1.1KB

1234567891011121314151617181920212223242526
  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. method-execution(void HelloWorld.main(java.lang.String[]))
  11. | field-get(java.io.PrintStream java.lang.System.out)
  12. | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  13. | | DUP
  14. | | ASTORE_1
  15. | | ALOAD_1
  16. | | INVOKESTATIC Aspect.ajc_afterReturning_field_get (Ljava/lang/Object;)V
  17. | | NOP
  18. | field-get(java.io.PrintStream java.lang.System.out)
  19. | LDC "hello world" (line 9)
  20. | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  21. | RETURN (line 11)
  22. method-execution(void HelloWorld.main(java.lang.String[]))
  23. end public static void main(String[])
  24. end public class HelloWorld