aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten <mkersten>2003-07-22 16:33:10 +0000
committermkersten <mkersten>2003-07-22 16:33:10 +0000
commit27ad07f5c1a4ad27fab06e1ebb91874355d90546 (patch)
tree2b8dfc20bfc276a118b886e2c0c5c8ed6999ea59
parentb5e148fd6046e283b1c7c9f67e18fa0d6bc33f6e (diff)
downloadaspectj-27ad07f5c1a4ad27fab06e1ebb91874355d90546.tar.gz
aspectj-27ad07f5c1a4ad27fab06e1ebb91874355d90546.zip
Minor fixes.
-rw-r--r--docs/developer/asm.html24
1 files changed, 22 insertions, 2 deletions
diff --git a/docs/developer/asm.html b/docs/developer/asm.html
index 7bc05fe95..ef1bea719 100644
--- a/docs/developer/asm.html
+++ b/docs/developer/asm.html
@@ -361,7 +361,25 @@
</ul>
<p><b>Relationships</b></p>
<ul>
- <li>joinpoint ordering</li>
+ <li>joinpoint ordering as a relationship, e.g.<ul>
+ <li>&lt;method&gt;<ul>
+ <li>join point execution ordered by
+<ul>
+ <li>&lt;declare dominates&gt;</li>
+</ul>
+ </li>
+ <li>advised by<ul>
+ <li>around start</li>
+ <li>&nbsp; before</li>
+ <li>&nbsp;&nbsp;&nbsp; &lt;method&gt;</li>
+ <li>&nbsp; after</li>
+ <li>around end</li>
+</ul>
+ </li>
+</ul>
+ </li>
+</ul>
+ </li>
</ul>
<p>Used by:</p><ul>
<li>editor &amp; outline assist </li>
@@ -369,7 +387,9 @@
<li>debugger </li>
</ul>
- <p>&nbsp;</p>
+ <p><b>Pointcut Usage Hierarchy</b></p>
+<p>Like Eclipse's Type Hierarchy, but generated with &quot;uses pointcut&quot;
+association.&nbsp; Shows &quot;advises&quot; relationships inline.</p>
<p><b>Editor </b></p>
<ul>
<li>create keyword highlighting guideline</li>