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

Packages that use DeclarePrecedenceDeclaration
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 DeclarePrecedenceDeclaration in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return DeclarePrecedenceDeclaration
 DeclarePrecedenceDeclaration AjAST.newDeclarePrecedenceDeclaration()
          Creates an unparented declare precedence declaration node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type DeclarePrecedenceDeclaration
 void AjASTVisitor.endVisit(DeclarePrecedenceDeclaration node)
           
 boolean AjNaiveASTFlattener.visit(DeclarePrecedenceDeclaration node)
           
 boolean AjASTVisitor.visit(DeclarePrecedenceDeclaration node)