diff options
-rw-r--r-- | docs/developer/asm.html | 24 |
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><method><ul> + <li>join point execution ordered by +<ul> + <li><declare dominates></li> +</ul> + </li> + <li>advised by<ul> + <li>around start</li> + <li> before</li> + <li> <method></li> + <li> after</li> + <li>around end</li> +</ul> + </li> +</ul> + </li> +</ul> + </li> </ul> <p>Used by:</p><ul> <li>editor & outline assist </li> @@ -369,7 +387,9 @@ <li>debugger </li> </ul> - <p> </p> + <p><b>Pointcut Usage Hierarchy</b></p> +<p>Like Eclipse's Type Hierarchy, but generated with "uses pointcut" +association. Shows "advises" relationships inline.</p> <p><b>Editor </b></p> <ul> <li>create keyword highlighting guideline</li> |