diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /weaver/testdata/AfterReturningHelloWorld.txt | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'weaver/testdata/AfterReturningHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AfterReturningHelloWorld.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/weaver/testdata/AfterReturningHelloWorld.txt b/weaver/testdata/AfterReturningHelloWorld.txt new file mode 100644 index 000000000..271a34b38 --- /dev/null +++ b/weaver/testdata/AfterReturningHelloWorld.txt @@ -0,0 +1,30 @@ +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>()) + | GOTO L0 + | L0: INVOKESTATIC Aspect.ajc_afterReturning_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[])) + | field-get(java.io.PrintStream java.lang.System.out) + | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8) + | | INVOKESTATIC Aspect.ajc_afterReturning_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)) + | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V + | | INVOKESTATIC Aspect.ajc_afterReturning_method_call ()V + | | NOP + | method-call(void java.io.PrintStream.println(java.lang.String)) + | GOTO L0 (line 11) + | L0: INVOKESTATIC Aspect.ajc_afterReturning_method_execution ()V + | RETURN + method-execution(void HelloWorld.main(java.lang.String[])) + end public static void main(String[]) +end public class HelloWorld |