Package org.aspectj.weaver.reflect
Class PointcutParameterImpl
- java.lang.Object
-
- org.aspectj.weaver.reflect.PointcutParameterImpl
-
- All Implemented Interfaces:
PointcutParameter
public class PointcutParameterImpl extends Object implements PointcutParameter
-
-
Constructor Summary
Constructors Constructor Description PointcutParameterImpl(String name, Class type)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacePointcutParameter
-
getType
public Class getType()
- Specified by:
getTypein interfacePointcutParameter
-
getBinding
public Object getBinding()
- Specified by:
getBindingin interfacePointcutParameter
-
-