|
||||||||||
| 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.ASTMatcher
org.aspectj.org.eclipse.jdt.core.dom.AjASTMatcher
public class AjASTMatcher
| Constructor Summary | |
|---|---|
AjASTMatcher()
Creates a new AST matcher instance. |
|
AjASTMatcher(boolean matchDocTags)
Creates a new AST matcher instance. |
|
| Method Summary | |
|---|---|
boolean |
match(AfterAdviceDeclaration node,
java.lang.Object other)
|
boolean |
match(AndPointcut node,
java.lang.Object other)
|
boolean |
match(AroundAdviceDeclaration node,
java.lang.Object other)
|
boolean |
match(BeforeAdviceDeclaration node,
java.lang.Object other)
|
boolean |
match(CflowPointcut node,
java.lang.Object other)
|
boolean |
match(DeclareDeclaration node,
java.lang.Object other)
|
boolean |
match(DefaultPointcut node,
java.lang.Object other)
|
boolean |
match(DefaultTypePattern node,
java.lang.Object other)
|
boolean |
match(InterTypeFieldDeclaration node,
java.lang.Object other)
|
boolean |
match(InterTypeMethodDeclaration node,
java.lang.Object other)
|
boolean |
match(NotPointcut node,
java.lang.Object other)
|
boolean |
match(OrPointcut node,
java.lang.Object other)
|
boolean |
match(PerCflow node,
java.lang.Object other)
|
boolean |
match(PerObject node,
java.lang.Object other)
|
boolean |
match(PerTypeWithin node,
java.lang.Object other)
|
boolean |
match(PointcutDeclaration node,
java.lang.Object other)
|
boolean |
match(ReferencePointcut node,
java.lang.Object other)
|
boolean |
match(SignaturePattern node,
java.lang.Object other)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.core.dom.ASTMatcher |
|---|
match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, safeEquals, safeSubtreeListMatch, safeSubtreeMatch |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjASTMatcher()
For backwards compatibility, the matcher ignores tag elements below doc comments by default. Use ASTMatcher(true) for a matcher that compares doc tags by default.
public AjASTMatcher(boolean matchDocTags)
matchDocTags - true if doc comment tags are to be compared by default, and false otherwiseASTMatcher.match(Javadoc,Object)| Method Detail |
|---|
public boolean match(PointcutDeclaration node,
java.lang.Object other)
public boolean match(DefaultPointcut node,
java.lang.Object other)
public boolean match(ReferencePointcut node,
java.lang.Object other)
public boolean match(NotPointcut node,
java.lang.Object other)
public boolean match(PerObject node,
java.lang.Object other)
public boolean match(PerCflow node,
java.lang.Object other)
public boolean match(PerTypeWithin node,
java.lang.Object other)
public boolean match(CflowPointcut node,
java.lang.Object other)
public boolean match(AndPointcut node,
java.lang.Object other)
public boolean match(OrPointcut node,
java.lang.Object other)
public boolean match(BeforeAdviceDeclaration node,
java.lang.Object other)
public boolean match(AfterAdviceDeclaration node,
java.lang.Object other)
public boolean match(AroundAdviceDeclaration node,
java.lang.Object other)
public boolean match(DeclareDeclaration node,
java.lang.Object other)
public boolean match(InterTypeFieldDeclaration node,
java.lang.Object other)
public boolean match(InterTypeMethodDeclaration node,
java.lang.Object other)
public boolean match(DefaultTypePattern node,
java.lang.Object other)
public boolean match(SignaturePattern node,
java.lang.Object other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||