|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFormal_c
abc.aspectj.ast.AdviceFormal_c
public class AdviceFormal_c
A class for representing special advice formals like the return value
of afterreturning
or afterthrowing
.
Constructor Summary | |
---|---|
AdviceFormal_c(Position pos,
Flags flags,
TypeNode tn,
java.lang.String name)
|
Method Summary | |
---|---|
void |
addDecls(Context c)
advice formals are not automatically added to the context, unlike ordinary formals: they are not in scope in the pointcut, but they are visible in the advice body. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdviceFormal_c(Position pos, Flags flags, TypeNode tn, java.lang.String name)
Method Detail |
---|
public void addDecls(Context c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |