summaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB/pointcutexp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/adk15ProgGuideDB/pointcutexp.xml')
-rw-r--r--docs/adk15ProgGuideDB/pointcutexp.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/pointcutexp.xml b/docs/adk15ProgGuideDB/pointcutexp.xml
new file mode 100644
index 000000000..be0bddcee
--- /dev/null
+++ b/docs/adk15ProgGuideDB/pointcutexp.xml
@@ -0,0 +1,14 @@
+<chapter id="pointcutexp" xreflabel="Pointcut Expressions">
+
+ <title>Pointcut Expressions</title>
+
+ <para>
+ Discuss detection of common errors -> warning/error, eg. conjunction of more than one
+ kind of join point. Differing numbers of args in method signature / args / @args /
+ @parameters. Binding of formals (cannot bind same formal more than once in a conjunction,
+ can bind exactly once in each branch of a disjunction, iff the branches are mutually
+ exclusive based on e.g. join point kind).
+ </para>
+
+</chapter>
+