Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Packages, die AbstractTypeDeclaration verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von AbstractTypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Unterklassen von AbstractTypeDeclaration in org.aspectj.org.eclipse.jdt.core.domModifizierer und TypKlasseBeschreibungclassThis 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.Methoden in org.aspectj.org.eclipse.jdt.core.dom, die AbstractTypeDeclaration zurückgebenModifizierer und TypMethodeBeschreibungTypeDeclarationStatement.getDeclaration()Returns the abstract type declaration of this local type declaration statement (added in JLS3 API).Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ AbstractTypeDeclarationModifizierer und TypMethodeBeschreibungprotected voidASTConverter.buildBodyDeclarations(TypeDeclaration typeDeclaration, AbstractTypeDeclaration typeDecl, boolean isInterface) Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.voidTypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration decl) Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).