|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.matching.AdviceFormals
public class AdviceFormals
A weaving environment that can handle named pointcut variables corresponding to formal arguments to a piece of advice
Constructor Summary | |
---|---|
AdviceFormals(AdviceDecl ad)
|
Method Summary | |
---|---|
AbcType |
getAbcType(Var v)
Return the declared type of the given named pointcut variable |
WeavingVar |
getWeavingVar(Var v)
Return the weaving variable corresponding to the given named pointcut variable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdviceFormals(AdviceDecl ad)
Method Detail |
---|
public WeavingVar getWeavingVar(Var v)
WeavingEnv
getWeavingVar
in interface WeavingEnv
v
- The pointcut variablepublic AbcType getAbcType(Var v)
WeavingEnv
getAbcType
in interface WeavingEnv
v
- The pointcut variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |