Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.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 mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungASTConverter.convertToModuleDeclaration(ModuleDeclaration moduleDeclaration) protected voidASTConverter.setAnnotations(ModuleDeclaration moduleDecl, ModuleDeclaration moduleDeclaration) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Unterklassen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifizierer und TypKlasseBeschreibungclassclassMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete, die ModuleDeclaration zurückgebenModifizierer und TypMethodeBeschreibungCompletionParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die ModuleDeclaration zurückgebenModifizierer und TypMethodeBeschreibungabstract ModuleDeclarationAssistParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Unterklassen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.selectMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.select, die ModuleDeclaration zurückgebenModifizierer und TypMethodeBeschreibungSelectionParser.createAssistModuleDeclaration(CompilationResult compilationResult, char[][] tokens, long[] positions) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Felder in org.aspectj.org.eclipse.jdt.internal.compiler, die deklariert sind als ModuleDeclarationMethoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungprotected voidSourceElementNotifier.notifySourceElementRequestor(ModuleDeclaration moduleDeclaration) booleanASTVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) booleanGenericAstVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungbooleanAnnotationDiscoveryVisitor.visit(ModuleDeclaration module, CompilationUnitScope scope) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als ModuleDeclaration -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Parametern vom Typ ModuleDeclarationModifiziererKonstruktorBeschreibungBasicModule(ModuleDeclaration descriptor, IModulePathEntry root) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die deklariert sind als ModuleDeclarationKonstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ ModuleDeclaration -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.parser, die deklariert sind als ModuleDeclarationMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.parser, die ModuleDeclaration zurückgebenMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.parser mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungRecoveredElement.add(ModuleDeclaration moduleDeclaration, int bracketBalanceValue) RecoveredUnit.add(ModuleDeclaration moduleDeclaration, int bracketBalanceValue) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.parser mit Parametern vom Typ ModuleDeclarationModifiziererKonstruktorBeschreibungRecoveredModule(ModuleDeclaration moduleDeclaration, RecoveredElement parent, int bracketBalance) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungvoidProblemReporter.illegalModifierForModule(ModuleDeclaration module) voidProblemReporter.invalidOpensStatement(OpensStatement statement, ModuleDeclaration module) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungstatic ModuleDescriptionInfoModuleDescriptionInfo.createModule(ModuleDeclaration module) -
Verwendungen von ModuleDeclaration in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ ModuleDeclarationModifizierer und TypMethodeBeschreibungintModuleLocator.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. the ones in the matching nodes set)