Package org.aspectj.weaver.tools
Class DefaultMatchingContext
- java.lang.Object
-
- org.aspectj.weaver.tools.DefaultMatchingContext
-
- All Implemented Interfaces:
MatchingContext
public class DefaultMatchingContext extends Object implements MatchingContext
-
-
Constructor Summary
Constructors Constructor Description DefaultMatchingContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContextBinding(String name, Object value)ObjectgetBinding(String contextParameterName)booleanhasContextBinding(String contextParameterName)voidremoveContextBinding(String name)
-
-
-
Method Detail
-
hasContextBinding
public boolean hasContextBinding(String contextParameterName)
- Specified by:
hasContextBindingin interfaceMatchingContext
-
getBinding
public Object getBinding(String contextParameterName)
- Specified by:
getBindingin interfaceMatchingContext
-
removeContextBinding
public void removeContextBinding(String name)
-
-