Uses of Interface
org.aspectj.org.eclipse.jdt.core.IJavaProject
Packages that use IJavaProject
Package
Description
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.
-
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IJavaProjectModifier and TypeMethodDescriptionstatic 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.Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IJavaProjectModifier and TypeMethodDescriptionbooleanClasspathContainerInitializer.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) Deprecated.static StringNamingConventions.removePrefixAndSuffixForArgumentName(IJavaProject javaProject, String argumentName) Deprecated.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_PARAMETERas variable kind.static char[]NamingConventions.removePrefixAndSuffixForFieldName(IJavaProject javaProject, char[] fieldName, int modifiers) Deprecated.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_INSTANCE_FIELDorNamingConventions.VK_STATIC_FIELDas variable kind.static StringNamingConventions.removePrefixAndSuffixForFieldName(IJavaProject javaProject, String fieldName, int modifiers) Deprecated.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_INSTANCE_FIELDorNamingConventions.VK_STATIC_FIELDas variable kind.static char[]NamingConventions.removePrefixAndSuffixForLocalVariableName(IJavaProject javaProject, char[] localName) Deprecated.UseNamingConventions.getBaseName(int, String, IJavaProject)instead withNamingConventions.VK_LOCALas variable kind.static StringNamingConventions.removePrefixAndSuffixForLocalVariableName(IJavaProject javaProject, String localName) Deprecated.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) Deprecated.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) Deprecated.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) Deprecated.static String[]NamingConventions.suggestFieldNames(IJavaProject javaProject, String packageName, String qualifiedTypeName, int dim, int modifiers, String[] excludedNames) Deprecated.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) Deprecated.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) Deprecated.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). -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core.compiler
Methods in org.aspectj.org.eclipse.jdt.core.compiler with parameters of type IJavaProjectModifier and TypeMethodDescriptionintCompilationParticipant.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. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type IJavaProjectModifier and TypeMethodDescriptionstatic CompilationUnitAST.parseCompilationUnit(char[] source, String unitName, IJavaProject project) Deprecated.UseASTParserinstead.voidASTParser.setProject(IJavaProject project) Sets the Java project used when resolving bindings. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core.eval
Methods in org.aspectj.org.eclipse.jdt.core.eval that return IJavaProjectModifier and TypeMethodDescriptionIEvaluationContext.getProject()Returns the Java project this evaluation context was created for. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type IJavaProjectModifier and TypeMethodDescriptionstatic 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. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.core.util
Methods in org.aspectj.org.eclipse.jdt.core.util with parameters of type IJavaProjectModifier and TypeMethodDescriptionstatic 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. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.codeassist
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type IJavaProjectModifierConstructorDescriptionCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) The CompletionEngine is responsible for computing source completions. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IJavaProjectModifier and TypeClassDescriptionclassclassHandle for a Java Project.Fields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type IJavaProjectModifier and TypeFieldDescriptionHashMap<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.projectDependenciesMethods in org.aspectj.org.eclipse.jdt.internal.core that return IJavaProjectModifier and TypeMethodDescriptionDeltaProcessingState.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()Methods in org.aspectj.org.eclipse.jdt.internal.core that return types with arguments of type IJavaProjectModifier and TypeMethodDescriptionJavaModelManager.getExternalWorkingCopyProjects()DeltaProcessingState.removeProjectReferenceChanges()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IJavaProjectModifier and TypeMethodDescriptionvoidDeltaProcessingState.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).Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IJavaProjectModifierConstructorDescriptionCreateTypeHierarchyOperation(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) -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.builder
Constructors in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type IJavaProjectModifierConstructorDescriptionNameEnvironment(IJavaProject javaProject, CompilationGroup compilationGroup) -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval that return IJavaProject -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Fields in org.aspectj.org.eclipse.jdt.internal.core.hierarchy declared as IJavaProjectModifier and TypeFieldDescriptionprotected IJavaProjectTypeHierarchy.projectThe Java Project in which the hierarchy is being built - this provides the context for determining a classpath and namelookup rules.Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy that return IJavaProjectModifier and TypeMethodDescriptionRegionBasedTypeHierarchy.javaProject()Returns the java project this hierarchy was created in.TypeHierarchy.javaProject()Returns the java project this hierarchy was created in.Constructors in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type IJavaProjectModifierConstructorDescriptionTypeHierarchy(IType type, ICompilationUnit[] workingCopies, IJavaProject project, boolean computeSubtypes) Creates a TypeHierarchy on the given type. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.search
Methods in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type IJavaProjectModifier and TypeMethodDescriptionstatic IJavaSearchScopeBasicSearchEngine.createStrictHierarchyScope(IJavaProject project, IType type, boolean onlySubtypes, boolean includeFocusType, WorkingCopyOwner owner) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type IJavaProjectModifierConstructorDescriptionHierarchyScope(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. -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type IJavaProjectModifier and TypeMethodDescriptionIndexManager.getSourceElementParser(IJavaProject project, ISourceElementRequestor requestor) -
Uses of IJavaProject 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 IJavaProjectModifier and TypeMethodDescriptionstatic 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.Method parameters in org.aspectj.org.eclipse.jdt.internal.core.search.matching with type arguments of type IJavaProjectModifier and TypeMethodDescriptionstatic INameEnvironmentJavaSearchNameEnvironment.createWithReferencedProjects(IJavaProject javaProject, List<IJavaProject> referencedProjects, ICompilationUnit[] copies) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type IJavaProjectModifierConstructorDescriptionJavaSearchNameEnvironment(IJavaProject javaProject, ICompilationUnit[] copies) -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type IJavaProjectModifier and TypeMethodDescriptionstatic StringUtil.getLineSeparator(String text, IJavaProject project) Returns the line separator found in the given text.static String[]ModuleUtil.getReferencedModules(IJavaProject project) -
Uses of IJavaProject in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type IJavaProjectModifier and TypeMethodDescriptionvoidEvaluationContext.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.