Uses of Class
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.eclipse.jdt.core.dom
Methods in org.eclipse.jdt.core.dom that return ModuleDeclarationModifier and TypeMethodDescriptionCompilationUnit.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.eclipse.jdt.core.dom with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.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.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.