Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.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 with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionASTConverter.convertToModuleDeclaration(ModuleDeclaration moduleDeclaration) protected voidASTConverter.setAnnotations(ModuleDeclaration moduleDecl, ModuleDeclaration moduleDeclaration) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Modifier and TypeClassDescriptionclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return ModuleDeclarationModifier and TypeMethodDescriptionCompletionParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that return ModuleDeclarationModifier and TypeMethodDescriptionabstract ModuleDeclarationAssistParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.selectMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.select that return ModuleDeclarationModifier and TypeMethodDescriptionSelectionParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as ModuleDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionprotected voidSourceElementNotifier.notifySourceElementRequestor(ModuleDeclaration moduleDeclaration) booleanASTVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) booleanGenericAstVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as ModuleDeclaration -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type ModuleDeclaration -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as ModuleDeclarationConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type ModuleDeclaration -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as ModuleDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ModuleDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionRecoveredElement.add(ModuleDeclaration moduleDeclaration, int bracketBalanceValue) RecoveredUnit.add(ModuleDeclaration moduleDeclaration, int bracketBalanceValue) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ModuleDeclarationModifierConstructorDescriptionRecoveredModule(ModuleDeclaration moduleDeclaration, RecoveredElement parent, int bracketBalance) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionvoidProblemReporter.illegalModifierForModule(ModuleDeclaration module) voidProblemReporter.invalidOpensStatement(OpensStatement statement, ModuleDeclaration module) -
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 TypeMethodDescriptionstatic ModuleDescriptionInfoModuleDescriptionInfo.createModule(ModuleDeclaration module) -
Uses of ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ModuleDeclarationModifier and TypeMethodDescriptionintModuleLocator.match(ModuleDeclaration node, MatchingNodeSet nodeSet) protected intPatternLocator.match(ModuleDeclaration node, MatchingNodeSet nodeSet) protected voidMatchLocator.reportMatching(ModuleDeclaration module, IJavaElement parent, int accuracy, MatchingNodeSet nodeSet, int occurrenceCount) Visit the given module declaration and report the nodes that match exactly the search pattern (i.e.