|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.matching.EmptyFormals
public class EmptyFormals
An empty weaving environment, for use in contexts where named pointcut variables aren't supported.
Constructor Summary | |
---|---|
EmptyFormals()
|
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 EmptyFormals()
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 |