org.eclipse.xtend.backend.aop
Interface Pointcut

All Known Implementing Classes:
ExecutionPointcut

public interface Pointcut

Author:
Arno Haase (http://www.haase-consulting.com)

Method Summary
 java.util.List<Pair<java.lang.String,AdviceParamType>> getParamTypes()
           
 boolean matches(QualifiedName name, Function f)
          checks if this pointcut matches a given function
 

Method Detail

matches

boolean matches(QualifiedName name,
                Function f)
checks if this pointcut matches a given function


getParamTypes

java.util.List<Pair<java.lang.String,AdviceParamType>> getParamTypes()