|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.BodyDeclaration
org.aspectj.org.eclipse.jdt.core.dom.PointcutDeclaration
public class PointcutDeclaration
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.
| Field Summary | |
|---|---|
static ChildPropertyDescriptor |
DESIGNATOR_PROPERTY
|
static ChildPropertyDescriptor |
JAVADOC_PROPERTY
The "javadoc" structural property of this node type. |
static SimplePropertyDescriptor |
MODIFIERS_PROPERTY
The "modifiers" structural property of this node type (JLS2 API only). |
static ChildListPropertyDescriptor |
MODIFIERS2_PROPERTY
The "modifiers" structural property of this node type (added in JLS3 API). |
static ChildPropertyDescriptor |
NAME_PROPERTY
|
protected org.aspectj.org.eclipse.jdt.core.dom.ASTNode.NodeList |
parameters
|
static ChildListPropertyDescriptor |
PARAMETERS_PROPERTY
The "parameters" structural property of this node type. |
| Method Summary | |
|---|---|
PointcutDesignator |
getDesignator()
|
SimpleName |
getName()
|
java.util.List |
parameters()
Returns the live ordered list of method parameter declarations for this method declaration. |
static java.util.List |
propertyDescriptors(int apiLevel)
Returns a list of structural property descriptors for this node type. |
void |
setDesignator(PointcutDesignator pointcutDesignator)
|
void |
setName(SimpleName pointcutName)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.core.dom.BodyDeclaration |
|---|
getJavadoc, getJavadocProperty, getModifiers, getModifiersProperty, modifiers, setJavadoc, setModifiers |
| Methods inherited from class org.aspectj.org.eclipse.jdt.core.dom.ASTNode |
|---|
accept, copySubtree, copySubtrees, delete, equals, getAST, getFlags, getLength, getLocationInParent, getNodeType, getParent, getProperty, getRoot, getStartPosition, getStructuralProperty, hashCode, nodeClassForType, properties, setFlags, setProperty, setSourceRange, setStructuralProperty, structuralPropertiesForType, subtreeBytes, subtreeMatch, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ChildPropertyDescriptor NAME_PROPERTY
public static final ChildPropertyDescriptor DESIGNATOR_PROPERTY
public static final ChildListPropertyDescriptor PARAMETERS_PROPERTY
public static final ChildPropertyDescriptor JAVADOC_PROPERTY
public static final SimplePropertyDescriptor MODIFIERS_PROPERTY
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY
protected org.aspectj.org.eclipse.jdt.core.dom.ASTNode.NodeList parameters
| Method Detail |
|---|
public PointcutDesignator getDesignator()
public void setDesignator(PointcutDesignator pointcutDesignator)
public SimpleName getName()
public void setName(SimpleName pointcutName)
public static java.util.List propertyDescriptors(int apiLevel)
apiLevel - the API level; one of the
AST.JLS* constants
StructuralPropertyDescriptor)public java.util.List parameters()
SingleVariableDeclaration)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||