Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.SignaturePattern

Packages that use SignaturePattern
org.aspectj.org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of SignaturePattern in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return SignaturePattern
 SignaturePattern AjAST.newSignaturePattern()
          Creates an unparented default signature pattern node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SignaturePattern
 void AjASTVisitor.endVisit(SignaturePattern node)
           
 boolean AjASTMatcher.match(SignaturePattern node, java.lang.Object other)
           
 boolean AjASTVisitor.visit(SignaturePattern node)