abc.weaving.aspectinfo
Class CflowSetup.CflowBoundVars

java.lang.Object
  extended by abc.weaving.aspectinfo.CflowSetup.CflowBoundVars
All Implemented Interfaces:
WeavingEnv
Enclosing class:
CflowSetup

public class CflowSetup.CflowBoundVars
extends java.lang.Object
implements WeavingEnv


Constructor Summary
CflowSetup.CflowBoundVars()
           
 
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

CflowSetup.CflowBoundVars

public CflowSetup.CflowBoundVars()
Method Detail

getWeavingVar

public WeavingVar getWeavingVar(Var v)
Description copied from interface: WeavingEnv
Return the weaving variable corresponding to the given named pointcut variable

Specified by:
getWeavingVar in interface WeavingEnv
Parameters:
v - The pointcut variable

getAbcType

public AbcType getAbcType(Var v)
Description copied from interface: WeavingEnv
Return the declared type of the given named pointcut variable

Specified by:
getAbcType in interface WeavingEnv
Parameters:
v - The pointcut variable