Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AbstractUnnamedTypeDeclaration
Packages that use AbstractUnnamedTypeDeclaration
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 AbstractUnnamedTypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of AbstractUnnamedTypeDeclaration in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassAbstract subclass for type declaration, enum declaration, and annotation type declaration AST node types.classThis subtype of TypeDeclaration allows for the extensions that AspectJ has for types - they might be aspects and pointcuts may exist in classes.classAnnotation type declaration AST node type (added in JLS3 API).classAspectDeclaration DOM AST node.classEnum declaration AST node type (added in JLS3 API).classRecord declaration AST node type (added in JLS16 API).classType declaration AST node type.class