Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IJavaProject
Packages, die IJavaProject verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
This package contains compiler associated infrastructure APIs.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
Provides support for searching the workspace Java
elements that match a particular description.
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IJavaProject zurückgebenModifizierer und TypMethodeBeschreibungstatic IJavaProjectJavaCore.create(org.eclipse.core.resources.IProject project) Returns the Java project corresponding to the given project.IJavaElement.getJavaProject()Returns the Java project this element is contained in, ornullif this element is not contained in any Java project (for instance, theIJavaModelis not contained in any Java project).IJavaModel.getJavaProject(String name) Returns the Java project with the given name.IJavaModel.getJavaProjects()Returns the Java projects in this Java model, or an empty array if there are none.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungbooleanClasspathContainerInitializer.canUpdateClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returnstrueif this container initializer can be requested to perform updates on its own container values.static IJavaElementJavaCore.create(org.eclipse.core.resources.IResource resource, IJavaProject project) Returns the Java element corresponding to the given file, its project being the given project.org.eclipse.core.runtime.IStatusClasspathContainerInitializer.getAccessRulesStatus(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns the access rules attribute status according to this initializer.org.eclipse.core.runtime.IStatusClasspathContainerInitializer.getAttributeStatus(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, String attributeKey) Returns the extra attribute status according to this initializer.static StringNamingConventions.getBaseName(int variableKind, String variableName, IJavaProject javaProject) Returns a base name which could be used to generate the given variable name withNamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean).static IClasspathContainerJavaCore.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Answers the project specific value for a given classpath container.ClasspathContainerInitializer.getComparisonID(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns an object which identifies a container for comparison purpose.ClasspathContainerInitializer.getDescription(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns a readable description for a container path.ClasspathContainerInitializer.getFailureContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns a classpath container that is used after this initializer failed to bind a classpath container to aIClasspathContainerfor the given project.static IClasspathEntry[]JavaCore.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) Returns an array of classpath entries that are referenced directly or indirectly by a given classpath entry.static String[]JavaCore.getReferencedModules(IJavaProject project) Returns an array of module names referenced by this project indirectly.org.eclipse.core.runtime.IStatusClasspathContainerInitializer.getSourceAttachmentStatus(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns the source attachment attribute status according to this initializer.abstract voidClasspathContainerInitializer.initialize(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Binds a classpath container to aIClasspathContainerfor a given project, or silently fails if unable to do so.IType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner.IType.newTypeHierarchy(IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project.static char[]NamingConventions.removePrefixAndSuffixForArgumentName(IJavaProject javaProject, char[] argumentName) Veraltet.static StringNamingConventions.removePrefixAndSuffixForArgumentName(IJavaProject javaProject, String argumentName) Veraltet.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_PARAMETERas variable kind.static char[]NamingConventions.removePrefixAndSuffixForFieldName(IJavaProject javaProject, char[] fieldName, int modifiers) Veraltet.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_INSTANCE_FIELDorNamingConventions.VK_STATIC_FIELDas variable kind.static StringNamingConventions.removePrefixAndSuffixForFieldName(IJavaProject javaProject, String fieldName, int modifiers) Veraltet.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_INSTANCE_FIELDorNamingConventions.VK_STATIC_FIELDas variable kind.static char[]NamingConventions.removePrefixAndSuffixForLocalVariableName(IJavaProject javaProject, char[] localName) Veraltet.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_LOCALas variable kind.static StringNamingConventions.removePrefixAndSuffixForLocalVariableName(IJavaProject javaProject, String localName) Veraltet.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_LOCALas variable kind.voidClasspathContainerInitializer.requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion) Request a registered container definition to be updated according to a container suggestion.static voidJavaCore.setClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] affectedProjects, IClasspathContainer[] respectiveContainers, org.eclipse.core.runtime.IProgressMonitor monitor) Bind a container reference path to some actual containers (IClasspathContainer).static char[][]NamingConventions.suggestArgumentNames(IJavaProject javaProject, char[] packageName, char[] qualifiedTypeName, int dim, char[][] excludedNames) Veraltet.UseNamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)instead withNamingConventions.VK_PARAMETERas variable kind.static String[]NamingConventions.suggestArgumentNames(IJavaProject javaProject, String packageName, String qualifiedTypeName, int dim, String[] excludedNames) Veraltet.UseNamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)instead withNamingConventions.VK_PARAMETERas variable kind.static char[][]NamingConventions.suggestFieldNames(IJavaProject javaProject, char[] packageName, char[] qualifiedTypeName, int dim, int modifiers, char[][] excludedNames) Veraltet.static String[]NamingConventions.suggestFieldNames(IJavaProject javaProject, String packageName, String qualifiedTypeName, int dim, int modifiers, String[] excludedNames) Veraltet.static char[]NamingConventions.suggestGetterName(IJavaProject project, char[] fieldName, int modifiers, boolean isBoolean, char[][] excludedNames) Suggest name for a getter method.static StringNamingConventions.suggestGetterName(IJavaProject project, String fieldName, int modifiers, boolean isBoolean, String[] excludedNames) Suggest name for a getter method.static char[][]NamingConventions.suggestLocalVariableNames(IJavaProject javaProject, char[] packageName, char[] qualifiedTypeName, int dim, char[][] excludedNames) Veraltet.UseNamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)instead withNamingConventions.VK_LOCALas variable kind.static String[]NamingConventions.suggestLocalVariableNames(IJavaProject javaProject, String packageName, String qualifiedTypeName, int dim, String[] excludedNames) Veraltet.UseNamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)instead withNamingConventions.VK_LOCALas variable kind.static char[]NamingConventions.suggestSetterName(IJavaProject project, char[] fieldName, int modifiers, boolean isBoolean, char[][] excludedNames) Suggest name for a setter method.static StringNamingConventions.suggestSetterName(IJavaProject project, String fieldName, int modifiers, boolean isBoolean, String[] excludedNames) Suggest name for a setter method.static String[]NamingConventions.suggestVariableNames(int variableKind, int baseNameKind, String baseName, IJavaProject javaProject, int dim, String[] excluded, boolean evaluateDefault) Suggests names for a variable.static IJavaModelStatusJavaConventions.validateClasspath(IJavaProject javaProject, IClasspathEntry[] rawClasspath, org.eclipse.core.runtime.IPath projectOutputLocation) Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.static IJavaModelStatusJavaConventions.validateClasspathEntry(IJavaProject project, IClasspathEntry entry, boolean checkSourceAttachment) Returns a Java model status describing the problem related to this classpath entry if any, a status object with codeIStatus.OKif the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath). -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core.compiler
Methoden in org.aspectj.org.eclipse.jdt.core.compiler mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungintCompilationParticipant.aboutToBuild(IJavaProject project) Notifies this participant that a build is about to start and provides it the opportunity to create missing source folders for generated source files.voidCompilationParticipant.buildFinished(IJavaProject project) Notifies this participant that a build has finished for the project.voidCompilationParticipant.cleanStarting(IJavaProject project) Notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files.booleanCompilationParticipant.isActive(IJavaProject project) Returns whether this participant is active for a given project. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic CompilationUnitAST.parseCompilationUnit(char[] source, String unitName, IJavaProject project) Veraltet.UseASTParserinstead.voidASTParser.setProject(IJavaProject project) Sets the Java project used when resolving bindings. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core.eval
Methoden in org.aspectj.org.eclipse.jdt.core.eval, die IJavaProject zurückgebenModifizierer und TypMethodeBeschreibungIEvaluationContext.getProject()Returns the Java project this evaluation context was created for. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core.search
Methoden in org.aspectj.org.eclipse.jdt.core.search mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic IJavaSearchScopeSearchEngine.createStrictHierarchyScope(IJavaProject project, IType type, boolean onlySubtypes, boolean includeFocusType, WorkingCopyOwner owner) Returns a Java search scope limited to the hierarchy of the given type and to a given project. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.core.util
Methoden in org.aspectj.org.eclipse.jdt.core.util mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic org.eclipse.core.resources.IFileExternalAnnotationUtil.getAnnotationFile(IJavaProject project, ITypeBinding type, org.eclipse.core.runtime.IProgressMonitor monitor) Answer the external annotation file corresponding to the given type as seen from the given project. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.codeassist
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) The CompletionEngine is responsible for computing source completions. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IJavaProject implementierenModifizierer und TypKlasseBeschreibungclassclassHandle for a Java Project.Felder in org.aspectj.org.eclipse.jdt.internal.core mit Typparametern vom Typ IJavaProjectModifizierer und TypFeldBeschreibungHashMap<IJavaProject,Map<org.eclipse.core.runtime.IPath, IClasspathContainer>> JavaModelManager.containersClasspath containers poolDeltaProcessor.oldRootsHashMap<IJavaProject,Map<org.eclipse.core.runtime.IPath, IClasspathContainer>> JavaModelManager.previousSessionContainersprotected HashMap<IJavaProject,JavaElementInfo> JavaModelCache.projectCacheCache of open projects.DeltaProcessingState.projectDependenciesMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IJavaProject zurückgebenModifizierer und TypMethodeBeschreibungDeltaProcessingState.findJavaProject(String name) JavaModel.getJavaProject(org.eclipse.core.resources.IResource resource) Returns the active Java project associated with the specified resource, ornullif no Java project yet exists for the resource.JavaModel.getJavaProjects()Methoden in org.aspectj.org.eclipse.jdt.internal.core, die Typen mit Argumenten vom Typ IJavaProject zurückgebenModifizierer und TypMethodeBeschreibungJavaModelManager.getExternalWorkingCopyProjects()DeltaProcessingState.removeProjectReferenceChanges()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungvoidDeltaProcessingState.addProjectReferenceChange(IJavaProject project) booleanUserLibraryClasspathContainerInitializer.canUpdateClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) JavaModelManager.containerBeingInitializedGet(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) voidJavaModelManager.containerBeingInitializedPut(IJavaProject project, org.eclipse.core.runtime.IPath containerPath, IClasspathContainer container) JavaModelManager.containerBeingInitializedRemove(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.containerGet(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.containerGetDefaultToPreviousSession(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) voidJavaModelManager.containerPut(IJavaProject project, org.eclipse.core.runtime.IPath containerPath, IClasspathContainer container) booleanJavaModelManager.containerPutIfInitializingWithSameEntries(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] projects, IClasspathContainer[] respectiveContainers) voidJavaModelManager.containerRemove(IJavaProject project) static IJavaElementJavaModelManager.create(org.eclipse.core.resources.IFile file, IJavaProject project) Returns the Java element corresponding to the given file, its project being the given project.static IJavaElementJavaModelManager.create(org.eclipse.core.resources.IFolder folder, IJavaProject project) Returns the package fragment or package fragment root corresponding to the given folder, its parent or great parent being the given project.static IJavaElementJavaModelManager.create(org.eclipse.core.resources.IResource resource, IJavaProject project) Returns the Java element corresponding to the given resource, ornullif unable to associate the given resource with a Java element.static IClassFileJavaModelManager.createClassFileFrom(org.eclipse.core.resources.IFile file, IJavaProject project) Creates and returns a class file element for the given.classfile, its project being the given project.static ICompilationUnitJavaModelManager.createCompilationUnitFrom(org.eclipse.core.resources.IFile file, IJavaProject project) Creates and returns a compilation unit element for the given.javafile, its project being the given project.static IPackageFragmentRootJavaModelManager.createJarPackageFragmentRootFrom(org.eclipse.core.resources.IFile file, IJavaProject project) Creates and returns a handle for the given JAR file, its project being the given project.static IJavaElementJavaModelManager.determineIfOnClasspath(org.eclipse.core.resources.IResource resource, IJavaProject project) Returns the package fragment root represented by the resource, or the package fragment the given resource is located in, ornullif the given resource is not on the classpath of the given project.static IClasspathEntryClasspathEntry.elementDecode(Element element, IJavaProject project, Map unknownElements) voidSearchableEnvironment.findModules(char[] prefix, ISearchRequestor requestor, IJavaProject javaProject) Find the modules that start with the given prefix.static char[]InternalNamingConventions.getBaseName(int variableKind, IJavaProject javaProject, char[] name, boolean updateFirstCharacter) JavaModelManager.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) UserLibraryClasspathContainerInitializer.getComparisonID(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) JavaModelManager.CompilationParticipants.getCompilationParticipants(IJavaProject project) UserLibraryClasspathContainerInitializer.getDescription(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) static IPackageFragmentRoot[]SearchableEnvironment.getOwnedPackageFragmentRoots(IJavaProject javaProject) JavaModelManager.getPreviousSessionContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns a persisted container from previous session if any.JavaModelManager.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) voidModulePathContainerInitializer.initialize(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) voidUserLibraryClasspathContainerInitializer.initialize(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) booleanJavaModelManager.isClasspathBeingResolved(IJavaProject project) BinaryType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) BinaryType.newTypeHierarchy(IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.newTypeHierarchy(IJavaProject project, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidMovePackageFragmentRootOperation.removeEntryFromClasspath(org.eclipse.core.runtime.IPath rootPath, IJavaProject project) static char[]InternalNamingConventions.removeVariablePrefixAndSuffix(int variableKind, IJavaProject javaProject, char[] name) protected voidMovePackageFragmentRootOperation.renameEntryInClasspath(org.eclipse.core.runtime.IPath rootPath, IJavaProject project) voidUserLibraryClasspathContainerInitializer.requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion) JavaModelManager.secondaryTypes(IJavaProject project, boolean waitForIndexes, org.eclipse.core.runtime.IProgressMonitor monitor) Get all secondary types for a project and store result in per project info cache.voidNameLookup.seekModuleReferences(String name, IJavaElementRequestor requestor, IJavaProject javaProject) voidJavaModelManager.setClasspathBeingResolved(IJavaProject project, boolean classpathIsResolved) static voidInternalNamingConventions.suggestVariableNames(int variableKind, int baseNameKind, char[] baseName, IJavaProject javaProject, int dim, char[] internalPrefix, char[][] excluded, boolean evaluateDefault, INamingRequestor requestor) protected voidModelUpdater.traverseDelta(IJavaElementDelta delta, IPackageFragmentRoot root, IJavaProject project) Converts anIResourceDeltaand its children into the correspondingIJavaElementDeltas.protected voidDeletePackageFragmentRootOperation.updateProjectClasspath(org.eclipse.core.runtime.IPath rootPath, IJavaProject project, Map oldRoots) protected voidDeletePackageFragmentRootOperation.updateReferringProjectClasspaths(org.eclipse.core.runtime.IPath rootPath, IJavaProject projectOfRoot, Map oldRoots) protected voidMovePackageFragmentRootOperation.updateReferringProjectClasspaths(org.eclipse.core.runtime.IPath rootPath, IJavaProject projectOfRoot) static IJavaModelStatusClasspathEntry.validateClasspath(IJavaProject javaProject, IClasspathEntry[] rawClasspath, org.eclipse.core.runtime.IPath projectOutputLocation) Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.static IJavaModelStatusClasspathEntry.validateClasspathEntry(IJavaProject project, IClasspathEntry entry, boolean checkSourceAttachment, boolean referredByContainer) Returns a Java model status describing the problem related to this classpath entry if any, a status object with codeIStatus.OKif the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungCreateTypeHierarchyOperation(IType element, ICompilationUnit[] workingCopies, IJavaProject project, boolean computeSubtypes) Constructs an operation to create a type hierarchy for the given type and working copies.ModulePathContainer(IJavaProject project) SetContainerOperation(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] affectedProjects, IClasspathContainer[] respectiveContainers) -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.builder
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungNameEnvironment(IJavaProject javaProject, CompilationGroup compilationGroup) -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.core.eval, die IJavaProject zurückgeben -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Felder in org.aspectj.org.eclipse.jdt.internal.core.hierarchy, die deklariert sind als IJavaProjectModifizierer und TypFeldBeschreibungprotected IJavaProjectTypeHierarchy.projectThe Java Project in which the hierarchy is being built - this provides the context for determining a classpath and namelookup rules.Methoden in org.aspectj.org.eclipse.jdt.internal.core.hierarchy, die IJavaProject zurückgebenModifizierer und TypMethodeBeschreibungRegionBasedTypeHierarchy.javaProject()Returns the java project this hierarchy was created in.TypeHierarchy.javaProject()Returns the java project this hierarchy was created in.Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.hierarchy mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungTypeHierarchy(IType type, ICompilationUnit[] workingCopies, IJavaProject project, boolean computeSubtypes) Creates a TypeHierarchy on the given type. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.search
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic IJavaSearchScopeBasicSearchEngine.createStrictHierarchyScope(IJavaProject project, IType type, boolean onlySubtypes, boolean includeFocusType, WorkingCopyOwner owner) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungHierarchyScope(IJavaProject project, IType type, WorkingCopyOwner owner, boolean onlySubtypes, boolean noMembersOrEnclosingTypes, boolean includeFocusType) Creates a new hierarchy scope for the given type with the given configuration options. -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungIndexManager.getSourceElementParser(IJavaProject project, ISourceElementRequestor requestor) -
Verwendungen von IJavaProject 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 IJavaProjectModifizierer und TypMethodeBeschreibungstatic INameEnvironmentJavaSearchNameEnvironment.createWithReferencedProjects(IJavaProject javaProject, List<IJavaProject> referencedProjects, ICompilationUnit[] copies) protected voidMatchLocator.locatePackageDeclarations(SearchParticipant participant, IJavaProject[] projects) Locates the package declarations corresponding to this locator's pattern.protected voidMatchLocator.locatePackageDeclarations(SearchPattern searchPattern, SearchParticipant participant, IJavaProject[] projects) Locates the package declarations corresponding to the search pattern.Methodenparameter in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Typargumenten vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic INameEnvironmentJavaSearchNameEnvironment.createWithReferencedProjects(IJavaProject javaProject, List<IJavaProject> referencedProjects, ICompilationUnit[] copies) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ IJavaProjectModifiziererKonstruktorBeschreibungJavaSearchNameEnvironment(IJavaProject javaProject, ICompilationUnit[] copies) -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungstatic StringUtil.getLineSeparator(String text, IJavaProject project) Returns the line separator found in the given text.static String[]ModuleUtil.getReferencedModules(IJavaProject project) -
Verwendungen von IJavaProject in org.aspectj.org.eclipse.jdt.internal.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ IJavaProjectModifizierer und TypMethodeBeschreibungvoidEvaluationContext.complete(char[] codeSnippet, int completionPosition, SearchableEnvironment environment, CompletionRequestor requestor, Map<String, String> options, IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Computes a completion at the specified position of the given code snippet.
NamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_PARAMETERas variable kind.