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