Uses of Class
org.eclipse.jdt.core.dom.AbstractTypeDeclaration
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 AbstractTypeDeclaration in org.eclipse.jdt.core.dom
Modifier and TypeClassDescriptionclass
Annotation type declaration AST node type (added in JLS3 API).class
Enum declaration AST node type (added in JLS3 API).class
class
Record declaration AST node type (added in JLS16 API).class
Type declaration AST node type.Modifier and TypeMethodDescriptionTypeDeclarationStatement.getDeclaration()
Returns the abstract type declaration of this local type declaration statement (added in JLS3 API).Modifier and TypeMethodDescriptionCreates a new unparented local type declaration statement node owned by this AST, for the given type declaration.void
TypeDeclarationStatement.setDeclaration
(AbstractTypeDeclaration decl) Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).