blob: be0bddcee4f6dbbf15b9bc7be887d45da16ccbb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|