org.aspectj/weaver/testdata/AfterHelloWorld.txt
2002-12-16 17:58:19 +00:00

59 righe
2.5 KiB
Plaintext

public class HelloWorld extends java.lang.Object:
public void <init>():
ALOAD_0 // HelloWorld this (line 5)
INVOKESPECIAL java.lang.Object.<init> ()V
constructor-execution(void HelloWorld.<init>())
| catch java.lang.Throwable -> E0
| | GOTO L0
| catch java.lang.Throwable -> E0
| E0: ASTORE_1
| INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
| ALOAD_1
| ATHROW
| L0: INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
| RETURN
constructor-execution(void HelloWorld.<init>())
end public void <init>()
public static void main(String[]):
method-execution(void HelloWorld.main(java.lang.String[]))
| catch java.lang.Throwable -> E2
| | field-get(java.io.PrintStream java.lang.System.out)
| | | catch java.lang.Throwable -> E1
| | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
| | | catch java.lang.Throwable -> E1
| | | GOTO L0
| | | E1: ASTORE_1
| | | INVOKESTATIC Aspect.ajc_after_field_get ()V
| | | ALOAD_1
| | | ATHROW
| | | L0: NOP
| | | INVOKESTATIC Aspect.ajc_after_field_get ()V
| | | NOP
| | field-get(java.io.PrintStream java.lang.System.out)
| | LDC "hello world" (line 9)
| | method-call(void java.io.PrintStream.println(java.lang.String))
| | | catch java.lang.Throwable -> E0
| | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
| | | catch java.lang.Throwable -> E0
| | | GOTO L1
| | | E0: ASTORE_2
| | | INVOKESTATIC Aspect.ajc_after_method_call ()V
| | | ALOAD_2
| | | ATHROW
| | | L1: NOP
| | | INVOKESTATIC Aspect.ajc_after_method_call ()V
| | | NOP
| | method-call(void java.io.PrintStream.println(java.lang.String))
| | GOTO L2 (line 11)
| catch java.lang.Throwable -> E2
| E2: ASTORE_3
| INVOKESTATIC Aspect.ajc_after_method_execution ()V
| ALOAD_3
| ATHROW
| L2: INVOKESTATIC Aspect.ajc_after_method_execution ()V
| RETURN
method-execution(void HelloWorld.main(java.lang.String[]))
end public static void main(String[])
end public class HelloWorld