|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.matching.LocalsDecl
public class LocalsDecl
A weaving environment that handles locally scoped named pointcut variables
Constructor Summary | |
---|---|
LocalsDecl(java.util.List formals,
WeavingEnv child)
|
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 LocalsDecl(java.util.List formals, WeavingEnv child)
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 |