選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CflowNonStaticBeforeFancyHelloWorld.txt 3.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. public abstract class FancyHelloWorld extends java.lang.Object:
  2. public void <init>():
  3. ALOAD_0 // LFancyHelloWorld; this (line 7)
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. constructor-execution(void FancyHelloWorld.<init>())
  6. | RETURN
  7. constructor-execution(void FancyHelloWorld.<init>())
  8. end public void <init>()
  9. public static void main(String[]):
  10. method-execution(void FancyHelloWorld.main(java.lang.String[]))
  11. | INVOKESTATIC Aspect.ajc$perCflowPush ()V
  12. | catch java.lang.Throwable -> E2
  13. | | field-get(java.io.PrintStream java.lang.System.out)
  14. | | | INVOKESTATIC Aspect.hasAspect ()Z
  15. | | | IFEQ L0
  16. | | | INVOKESTATIC Aspect.aspectOf ()LAspect;
  17. | | | INVOKEVIRTUAL Aspect.ajc_before ()V
  18. | | | L0: GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 9)
  19. | | field-get(java.io.PrintStream java.lang.System.out)
  20. | | ASTORE_1
  21. | | finally -> E1
  22. | | | catch java.lang.Exception -> E0
  23. | | | | ALOAD_1 // Ljava/io/PrintStream; out (line 11)
  24. | | | | LDC "bye"
  25. | | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  26. | | | | GOTO L1
  27. | | | catch java.lang.Exception -> E0
  28. | | | E0: ASTORE_2 (line 12)
  29. | | | ALOAD_1 // Ljava/io/PrintStream; out (line 13)
  30. | | | ALOAD_2 // Ljava/lang/Exception; e
  31. | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/Object;)V
  32. | | finally -> E1
  33. | | GOTO L1
  34. | | E1: ASTORE 4 (line 14)
  35. | | JSR L2
  36. | | ALOAD 4
  37. | | ATHROW
  38. | | L1: JSR L2
  39. | | GOTO L3
  40. | | L2: ASTORE_3
  41. | | ALOAD_1 // Ljava/io/PrintStream; out (line 15)
  42. | | LDC "finally"
  43. | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  44. | | RET 3 (line 10)
  45. | | L3: GOTO L4 (line 17)
  46. | catch java.lang.Throwable -> E2
  47. | E2: ASTORE 6
  48. | GETSTATIC Aspect.ajc$perCflowStack Lorg/aspectj/runtime/internal/CFlowStack;
  49. | INVOKEVIRTUAL org.aspectj.runtime.internal.CFlowStack.pop ()V
  50. | ALOAD 6
  51. | ATHROW
  52. | L4: GETSTATIC Aspect.ajc$perCflowStack Lorg/aspectj/runtime/internal/CFlowStack;
  53. | INVOKEVIRTUAL org.aspectj.runtime.internal.CFlowStack.pop ()V
  54. | RETURN
  55. method-execution(void FancyHelloWorld.main(java.lang.String[]))
  56. end public static void main(String[])
  57. public static String getName():
  58. method-execution(java.lang.String FancyHelloWorld.getName())
  59. | ICONST_0 (line 20)
  60. | ISTORE_0
  61. | ILOAD_0 // I x (line 21)
  62. | LDC "name"
  63. | INVOKEVIRTUAL java.lang.String.hashCode ()I
  64. | IADD
  65. | ISTORE_0 // I x
  66. | NEW java.lang.StringBuffer (line 22)
  67. | DUP
  68. | LDC "name"
  69. | INVOKESPECIAL java.lang.StringBuffer.<init> (Ljava/lang/String;)V
  70. | ILOAD_0 // I x
  71. | INVOKEVIRTUAL java.lang.StringBuffer.append (I)Ljava/lang/StringBuffer;
  72. | INVOKEVIRTUAL java.lang.StringBuffer.toString ()Ljava/lang/String;
  73. | ARETURN
  74. method-execution(java.lang.String FancyHelloWorld.getName())
  75. end public static String getName()
  76. end public abstract class FancyHelloWorld