aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authormkersten <mkersten>2004-03-11 19:19:56 +0000
committermkersten <mkersten>2004-03-11 19:19:56 +0000
commit4ee35142ffc1fb7d5776021c533bd4bfbb9cea1c (patch)
treee57ed9edb53354db905d5665c6a026fd41f615dd /ajde
parent1f78bbd8e7d3f4213479f805b6ea4796b5437054 (diff)
downloadaspectj-4ee35142ffc1fb7d5776021c533bd4bfbb9cea1c.tar.gz
aspectj-4ee35142ffc1fb7d5776021c533bd4bfbb9cea1c.zip
Added methods for retrieving the signature of a program element as it occurrs in the source code.
Needed by ajdoc, possibly useful to other clients.
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testdata/examples/coverage/ModelCoverage.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/ajde/testdata/examples/coverage/ModelCoverage.java b/ajde/testdata/examples/coverage/ModelCoverage.java
index 4d9302548..bbab87a2f 100644
--- a/ajde/testdata/examples/coverage/ModelCoverage.java
+++ b/ajde/testdata/examples/coverage/ModelCoverage.java
@@ -2,6 +2,8 @@
import java.io.*;
import java.util.List;
+interface I { }
+
class Point {
int x;
static int sx;