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.

Investigation.c.txt 1.3KB

1234567891011121314151617181920212223242526272829303132333435
  1. public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 26:414
  2. :
  3. ALOAD_0 // LInvestigation; this (line 27)
  4. DUP
  5. ASTORE_1
  6. MONITORENTER
  7. finally -> E2
  8. | catch java.io.IOException -> E0
  9. | | NEW java.io.File (line 29)
  10. | | DUP
  11. | | LDC "fred"
  12. | | INVOKESPECIAL java.io.File.<init> (Ljava/lang/String;)V
  13. | | ASTORE_2
  14. | | NEW java.io.FileInputStream (line 30)
  15. | | DUP
  16. | | ALOAD_2 // Ljava/io/File; f
  17. | | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
  18. | | POP
  19. | catch java.io.IOException -> E0
  20. | GOTO L0 (line 31)
  21. | E0: POP
  22. | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 32)
  23. | LDC "bang"
  24. | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  25. | L0: ALOAD_1 (line 27)
  26. | MONITOREXIT
  27. finally -> E2
  28. GOTO L1
  29. finally -> E2
  30. | E2: ALOAD_1
  31. | MONITOREXIT
  32. finally -> E2
  33. ATHROW
  34. L1: RETURN (line 35)
  35. end public void c()