Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.DeclareErrorDeclaration
Packages that use DeclareErrorDeclaration
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 DeclareErrorDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return DeclareErrorDeclarationModifier and TypeMethodDescriptionAjAST.newDeclareErrorDeclaration()Creates an unparented declare error declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type DeclareErrorDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(DeclareErrorDeclaration node) booleanAjASTVisitor.visit(DeclareErrorDeclaration node) booleanAjNaiveASTFlattener.visit(DeclareErrorDeclaration node)