Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.ModuleDeclaration
Packages that use ModuleDeclaration
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 ModuleDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return ModuleDeclarationModifier and TypeMethodDescriptionASTConverter.convertToModuleDeclaration(ModuleDeclaration moduleDeclaration) CompilationUnit.getModule()Returns the node for the module declaration of this compilation unit, ornullif this compilation unit is not a module info.AST.newModuleDeclaration()Creates and returns a new unparented module declaration node for an unspecified, but legal, name; no modifiers; no javadoc; and an empty list of statements.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionvoidASTConverter.convert(Javadoc javadoc, ModuleDeclaration moduleDeclaration) voidASTVisitor.endVisit(ModuleDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(ModuleDeclaration node, Object other) Returns whether the given node and the other object match.protected voidASTConverter.setAnnotations(ModuleDeclaration moduleDecl, ModuleDeclaration moduleDeclaration) voidCompilationUnit.setModule(ModuleDeclaration module) Sets or clears the module declaration of this compilation unit node to the given module declaration node.booleanASTVisitor.visit(ModuleDeclaration node) Visits the given type-specific AST node. -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionvoidDOMToModelPopulator.endVisit(ModuleDeclaration decl) booleanDOMToModelPopulator.visit(ModuleDeclaration node) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type ModuleDeclaration -
Uses of ModuleDeclaration 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 ModuleDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(ModuleDeclaration node) booleanASTRewriteFlattener.visit(ModuleDeclaration node) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type ModuleDeclaration -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionvoidOneLineEnforcer.endVisit(ModuleDeclaration node) booleanLineBreaksPreparator.visit(ModuleDeclaration node) booleanSpacePreparator.visit(ModuleDeclaration node)