Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.DeclarePrecedenceDeclaration
Packages that use DeclarePrecedenceDeclaration
Package
Description
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 DeclarePrecedenceDeclarationModifier and TypeMethodDescriptionAjAST.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 DeclarePrecedenceDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(DeclarePrecedenceDeclaration node) booleanAjASTVisitor.visit(DeclarePrecedenceDeclaration node) booleanAjNaiveASTFlattener.visit(DeclarePrecedenceDeclaration node)