Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.TypeDeclaration
Packages that use TypeDeclaration
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 TypeDeclaration in org.aspectj.ajdt.core.dom
Methods in org.aspectj.ajdt.core.dom that return TypeDeclaration -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of TypeDeclaration in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassThis subtype of TypeDeclaration allows for the extensions that AspectJ has for types - they might be aspects and pointcuts may exist in classes.classAspectDeclaration DOM AST node.Methods in org.aspectj.org.eclipse.jdt.core.dom that return TypeDeclarationModifier and TypeMethodDescriptionTypeDeclaration.ITypeDeclFactory.createTypeFor(AST ast) static TypeDeclarationTypeDeclaration.getTypeDeclaration(AST ast) TypeDeclarationStatement.getTypeDeclaration()Deprecated.TypeDeclaration.getTypes()Returns the ordered list of member type declarations of this type declaration.AST.newTypeDeclaration()Creates an unparented class declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type TypeDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(TypeDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(TypeDeclaration node, Object other) Returns whether the given node and the other object match.AST.newTypeDeclarationStatement(TypeDeclaration decl) Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.protected voidAjASTConverter.setModifiers(TypeDeclaration typeDecl, TypeDeclaration typeDeclaration) protected voidASTConverter.setModifiers(TypeDeclaration typeDecl, TypeDeclaration typeDeclaration) voidTypeDeclarationStatement.setTypeDeclaration(TypeDeclaration decl) Deprecated.In the JLS3 API, this method is replaced byTypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration)which takesAbstractTypeDeclarationinstead ofTypeDeclaration.booleanAjNaiveASTFlattener.visit(TypeDeclaration node) booleanASTVisitor.visit(TypeDeclaration node) Visits the given type-specific AST node. -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type TypeDeclarationModifier and TypeMethodDescriptionvoidDOMToModelPopulator.endVisit(TypeDeclaration decl) booleanDOMToModelPopulator.visit(TypeDeclaration node) -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type TypeDeclaration -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type TypeDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(TypeDeclaration node) booleanASTRewriteFlattener.visit(TypeDeclaration node) -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type TypeDeclaration -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type TypeDeclarationModifier and TypeMethodDescriptionvoidOneLineEnforcer.endVisit(TypeDeclaration node) booleanTokenManager.isFake(TypeDeclaration node) booleanLineBreaksPreparator.visit(TypeDeclaration node) booleanSpacePreparator.visit(TypeDeclaration node) -
Uses of TypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type TypeDeclaration
TypeDeclarationStatement.getDeclaration(), which returnsAbstractTypeDeclarationinstead ofTypeDeclaration.