next up previous
Next: Aspect Body Up: Aspect Declaration Previous: Aspect Declaration

Per Clause

An aspect declaration has an optional per clause. Note that this is one place in the grammar where pointcut expressions are introduced. The last alternative has been introduced for compatibility with ajc.


\begin{blue}
\begin{grammar}
<perclause_opt> ::= $\epsilon$\ \vert <perclause>
...
...r>} ')'
\alt 'issingleton'
\alt 'issingleton' '(' ')'
\end{grammar}\end{blue}



hendren 2004-09-02