diff options
Diffstat (limited to 'eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml')
-rw-r--r-- | eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml new file mode 100644 index 000000000..c5edb8d15 --- /dev/null +++ b/eclipse.plugin/org.aspectj.ajde.doc/toc_ajsemantics.xml @@ -0,0 +1,42 @@ +<toc label="AspectJ Language Semantics" href="doc/progguide/semantics.html"> + + <topic label="Introduction" href="doc/progguide/semantics.html#semantics-intro"/> + <topic label="Join Points" href="doc/progguide/semantics-joinPoints.html"/> + <topic label="Pointcuts" href="doc/progguide/semantics-pointcuts.html"> + + <topic label="Pointcut definition" href="doc/progguide/semantics-pointcuts.html#d0e4929"/> + <topic label="Context exposure" href="doc/progguide/semantics-pointcuts.html#d0e4971"/> + <topic label="Primitive pointcuts" href="doc/progguide/semantics-pointcuts.html#d0e5019"/> + <topic label="Signatures" href="doc/progguide/semantics-pointcuts.html#d0e5320"/> + <topic label="Matching" href="doc/progguide/semantics-pointcuts.html#d0e5368"/> + <topic label="Type patterns" href="doc/progguide/semantics-pointcuts.html#d0e5550"/> + </topic> + + <topic label="Advice" href="doc/progguide/semantics-advice.html"> + + <topic label="Advice modifiers" href="doc/progguide/semantics-advice.html#d0e5795"/> + <topic label="Advice and checked exceptions" href="doc/progguide/semantics-advice.html#d0e5803"/> + <topic label="Advice precedence" href="doc/progguide/semantics-advice.html#d0e5867"/> + <topic label="Reflective access to the join point" href="doc/progguide/semantics-advice.html#d0e5944"/> + </topic> + + <topic label="Static crosscutting" href="doc/progguide/semantics-declare.html"> + + <topic label="Inter-type member declarations" href="doc/progguide/semantics-declare.html#d0e6005"/> + <topic label="Access modifiers" href="doc/progguide/semantics-declare.html#d0e6165"/> + <topic label="Conflicts" href="doc/progguide/semantics-declare.html#d0e6180"/> + <topic label="Extension and Implementation" href="doc/progguide/semantics-declare.html#d0e6274"/> + <topic label="Interfaces with members" href="doc/progguide/semantics-declare.html#d0e6317"/> + <topic label="Warnings and Errors" href="doc/progguide/semantics-declare.html#d0e6361"/> + <topic label="Softened exceptions" href="doc/progguide/semantics-declare.html#d0e6393"/> + <topic label="Advice Precedence" href="doc/progguide/semantics-declare.html#d0e6432"/> + <topic label="Statically determinable pointcuts" href="doc/progguide/semantics-declare.html#d0e6495"/> + </topic> + + <topic label="Aspects" href="doc/progguide/semantics-aspects.html"> + + <topic label="Aspect Extension" href="doc/progguide/semantics-aspects.html#d0e6539"/> + <topic label="Aspect instantiation" href="doc/progguide/semantics-aspects.html#d0e6559"/> + <topic label="Aspect privilege" href="doc/progguide/semantics-aspects.html#d0e6722"/> + </topic> +</toc> |