Class PointcutDeclaration

java.lang.Object

public class PointcutDeclaration extends BodyDeclaration
PointcutDeclaration DOM AST node. has: a name an optional pointcut designator called 'designator' a SingleVariableDeclaration list called 'parameters' javadoc modifiers note: should also have a property for its parameter list, like the one MethodDeclarations have.
Author:
ajh02