summaryrefslogtreecommitdiffstats
path: root/weaver/testdata/AfterThrowingHelloWorld.txt
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 17:58:19 +0000
committerwisberg <wisberg>2002-12-16 17:58:19 +0000
commitd842c4f1139629c1f062b74ba818d233b2c31043 (patch)
tree842d3871620bc0eb60edcd95e55804d67e0f61fa /weaver/testdata/AfterThrowingHelloWorld.txt
parent3ce247199704eae6b2c92c6e38c69584e3250c52 (diff)
downloadaspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz
aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip
initial version
Diffstat (limited to 'weaver/testdata/AfterThrowingHelloWorld.txt')
-rw-r--r--weaver/testdata/AfterThrowingHelloWorld.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/weaver/testdata/AfterThrowingHelloWorld.txt b/weaver/testdata/AfterThrowingHelloWorld.txt
new file mode 100644
index 000000000..6b307e761
--- /dev/null
+++ b/weaver/testdata/AfterThrowingHelloWorld.txt
@@ -0,0 +1,50 @@
+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
+ | | RETURN
+ | catch java.lang.Throwable -> E0
+ | E0: ASTORE_1
+ | INVOKESTATIC Aspect.ajc_afterThrowing_constructor_execution ()V
+ | ALOAD_1
+ | ATHROW
+ 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_afterThrowing_field_get ()V
+ | | | ALOAD_1
+ | | | ATHROW
+ | | | L0: 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_afterThrowing_method_call ()V
+ | | | ALOAD_2
+ | | | ATHROW
+ | | | L1: NOP
+ | | method-call(void java.io.PrintStream.println(java.lang.String))
+ | | RETURN (line 11)
+ | catch java.lang.Throwable -> E2
+ | E2: ASTORE_3
+ | INVOKESTATIC Aspect.ajc_afterThrowing_method_execution ()V
+ | ALOAD_3
+ | ATHROW
+ method-execution(void HelloWorld.main(java.lang.String[]))
+ end public static void main(String[])
+end public class HelloWorld