org.aspectj.weaver.reflect
Class PointcutParameterImpl

java.lang.Object
  extended by org.aspectj.weaver.reflect.PointcutParameterImpl
All Implemented Interfaces:
PointcutParameter

public class PointcutParameterImpl
extends java.lang.Object
implements PointcutParameter


Constructor Summary
PointcutParameterImpl(java.lang.String name, java.lang.Class type)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutParameterImpl

public PointcutParameterImpl(java.lang.String name,
                             java.lang.Class type)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: PointcutParameter
The name of this parameter

Specified by:
getName in interface PointcutParameter

getType

public java.lang.Class getType()
Description copied from interface: PointcutParameter
The type of the parameter

Specified by:
getType in interface PointcutParameter

getBinding

public java.lang.Object getBinding()
Description copied from interface: PointcutParameter
At a matched join point, the parameter binding.

Specified by:
getBinding in interface PointcutParameter