aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata/Hello.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 /org.aspectj.ajdt.core/testdata/Hello.txt
parent3ce247199704eae6b2c92c6e38c69584e3250c52 (diff)
downloadaspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz
aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip
initial version
Diffstat (limited to 'org.aspectj.ajdt.core/testdata/Hello.txt')
-rw-r--r--org.aspectj.ajdt.core/testdata/Hello.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/testdata/Hello.txt b/org.aspectj.ajdt.core/testdata/Hello.txt
new file mode 100644
index 000000000..72c6c3506
--- /dev/null
+++ b/org.aspectj.ajdt.core/testdata/Hello.txt
@@ -0,0 +1,13 @@
+ class Hello extends java.lang.Object:
+ void <init>():
+ ALOAD_0 // Hello this
+ INVOKESPECIAL java.lang.Object.<init> ()V
+ RETURN
+ end void <init>()
+
+ public static void main(String[]):
+ GETSTATIC A.ajc$perSingletonInstance LA;
+ INVOKEVIRTUAL A.ajc_before_1 ()V
+ RETURN
+ end public static void main(String[])
+end class Hello