public class PointcutParameterImpl extends java.lang.Object implements PointcutParameter
| Constructor and Description |
|---|
PointcutParameterImpl(java.lang.String name,
java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBinding()
At a matched join point, the parameter binding.
|
java.lang.String |
getName()
The name of this parameter
|
java.lang.Class |
getType()
The type of the parameter
|
public PointcutParameterImpl(java.lang.String name,
java.lang.Class type)
public java.lang.String getName()
PointcutParametergetName in interface PointcutParameterpublic java.lang.Class getType()
PointcutParametergetType in interface PointcutParameterpublic java.lang.Object getBinding()
PointcutParametergetBinding in interface PointcutParameter