Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.ModuleDeclaration
Packages, die ModuleDeclaration 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 ModuleDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die ModuleDeclaration zurückgebenModifizierer und TypMethodeBeschreibungASTConverter.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.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungvoidASTConverter.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. -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ ModuleDeclaration -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(ModuleDeclaration node) booleanASTRewriteFlattener.visit(ModuleDeclaration node) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ ModuleDeclaration -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungvoidOneLineEnforcer.endVisit(ModuleDeclaration node) booleanLineBreaksPreparator.visit(ModuleDeclaration node) booleanSpacePreparator.visit(ModuleDeclaration node)