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.

C.m33.txt 907B

123456789101112131415161718192021222324
  1. public void m33() org.aspectj.weaver.MethodDeclarationLineNumber: 29:917
  2. :
  3. ALOAD_0 // LC; this (line 30)
  4. DUP
  5. ASTORE_1
  6. MONITORENTER
  7. finally -> E1
  8. | GETSTATIC java.lang.System.err Ljava/io/PrintStream; (line 31)
  9. | LDC "hello"
  10. | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  11. | ALOAD_1 (line 30)
  12. | MONITOREXIT
  13. finally -> E1
  14. GOTO L0
  15. finally -> E1
  16. | E1: ALOAD_1
  17. | MONITOREXIT
  18. finally -> E1
  19. ATHROW
  20. L0: NOP (line 33)
  21. INVOKESTATIC Three.aspectOf ()LThree;
  22. INVOKEVIRTUAL Three.ajc$afterReturning$Three$3$b48e4ae1 ()V
  23. RETURN
  24. end public void m33()