next up previous
Next: Aspect Body Declarations Up: Aspect Declaration Previous: Per Clause

Aspect Body

An aspect body consists of zero or more declarations. These include all valid class_body_declarations, plus three new kinds of declarations specific to AspectJ. Note that


\begin{blue}
\begin{grammar}
<aspect_body> ::= '{' '}' \vert '{' <aspect_body_de...
...advice_declaration>
\alt <intertype_member_declaration>
\end{grammar}\end{blue}



hendren 2004-09-02