Uses of Class
org.aspectj.org.eclipse.jdt.core.WorkingCopyOwner
Packages that use WorkingCopyOwner
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
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.
-
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return WorkingCopyOwnerModifier and TypeMethodDescriptionICompilationUnit.getOwner()Returnsnullif thisICompilationUnitis the primary working copy, or thisICompilationUnitis not a working copy, otherwise theWorkingCopyOwnerMethods in org.aspectj.org.eclipse.jdt.core with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionIClassFile.becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.voidICodeAssist.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner) Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.voidICodeAssist.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.voidICodeAssist.codeComplete(int offset, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.voidIType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner) Do code completion inside a code snippet in the context of the current type.voidIType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Do code completion inside a code snippet in the context of the current type.voidIType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, ICompletionRequestor requestor, WorkingCopyOwner owner) ICodeAssist.codeSelect(int offset, int length, WorkingCopyOwner owner) Returns the Java elements corresponding to the given selected text in this compilation unit.static IJavaElementJavaCore.create(String handleIdentifier, WorkingCopyOwner owner) Returns the Java model element corresponding to the given handle identifier generated byIJavaElement.getHandleIdentifier(), ornullif unable to create the associated element.IJavaProject.findElement(String bindingKey, WorkingCopyOwner owner) Finds the Java element corresponding to the given binding key if any, else returnsnull.IJavaProject.findElement(org.eclipse.core.runtime.IPath path, WorkingCopyOwner owner) Returns theIJavaElementcorresponding to the given classpath-relative path, ornullif no suchIJavaElementis found.IJavaProject.findModule(String moduleName, WorkingCopyOwner owner) Finds the first module with the given name found following this project's module path.IJavaProject.findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner) Returns the first type (excluding secondary types) found following this project's classpath with the given package name and type qualified name ornullif none is found.IJavaProject.findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Same functionality asIJavaProject.findType(String, String, WorkingCopyOwner)but also looks for secondary types if the given name does not match a compilation unit name.IJavaProject.findType(String fullyQualifiedName, WorkingCopyOwner owner) Returns the first type (excluding secondary types) found following this project's classpath with the given fully qualified name ornullif none is found.IJavaProject.findType(String fullyQualifiedName, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Same functionality asIJavaProject.findType(String, WorkingCopyOwner)but also looks for secondary types if the given name does not match a compilation unit name.ICompilationUnit.findWorkingCopy(WorkingCopyOwner owner) Finds the working copy for this compilation unit, given aWorkingCopyOwner.IPackageFragment.getCompilationUnits(WorkingCopyOwner owner) Returns all of the compilation units in this package fragment that are in working copy mode and that have the given owner.static ICompilationUnit[]JavaCore.getWorkingCopies(WorkingCopyOwner owner) Returns the working copies that have the given owner.ICompilationUnit.getWorkingCopy(WorkingCopyOwner owner, IProblemRequestor problemRequestor, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.ITypeRoot.getWorkingCopy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Returns a shared working copy on this compilation unit or class file using the given working copy owner to create the buffer.IType.newSupertypeHierarchy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner.IJavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.IJavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.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(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 workspace, considering types in the working copies with the given owner.static ITypeHierarchyJavaCore.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.ICompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, boolean enableStatementsRecovery, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.ICompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.ICompilationUnit.reconcile(int astLevel, int reconcileFlags, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.String[][]IType.resolveType(String typeName, WorkingCopyOwner owner) Resolves the given type name within the context of this type (depending on the type hierarchy and its imports) and using the given owner's working copies, considering types in the working copies with the given owner.static voidWorkingCopyOwner.setPrimaryBufferProvider(WorkingCopyOwner primaryBufferProvider) Sets the buffer provider of the primary working copy owner. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionvoidASTParser.setWorkingCopyOwner(WorkingCopyOwner owner) Sets the working copy owner used when resolving bindings, wherenullmeans the primary owner. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.core.eval
Methods in org.aspectj.org.eclipse.jdt.core.eval with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionvoidIEvaluationContext.codeComplete(String codeSnippet, int position, CompletionRequestor requestor, WorkingCopyOwner owner) Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.voidIEvaluationContext.codeComplete(String codeSnippet, int position, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.voidIEvaluationContext.codeComplete(String codeSnippet, int position, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.IEvaluationContext.codeSelect(String codeSnippet, int offset, int length, WorkingCopyOwner owner) Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionstatic IJavaSearchScopeSearchEngine.createHierarchyScope(IType type, WorkingCopyOwner owner) Returns a Java search scope limited to the hierarchy of the given type.static 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.Constructors in org.aspectj.org.eclipse.jdt.core.search with parameters of type WorkingCopyOwnerModifierConstructorDescriptionSearchEngine(WorkingCopyOwner workingCopyOwner) Creates a new search engine with the given working copy owner. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionICompletionEngineProvider.newCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map<String, String> settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Returns a new completion engine built with the given parameters.protected voidInternalCompletionContext.setExtendedData(ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope scope, ASTNode astNode, ASTNode astNodeParent, WorkingCopyOwner owner, CompletionParser parser) Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type WorkingCopyOwnerModifierConstructorDescriptionCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) The CompletionEngine is responsible for computing source completions.DOMCodeSelector(CompilationUnit unit, WorkingCopyOwner owner) InternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, ASTNode assistNodeParent, WorkingCopyOwner owner, CompletionParser parser) SelectionEngine(SearchableEnvironment nameEnvironment, ISelectionRequestor requestor, Map settings, WorkingCopyOwner owner) The SelectionEngine is responsible for computing the selected object. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type WorkingCopyOwnerModifierConstructorDescriptionAssistCompilationUnit(ICompilationUnit compilationUnit, WorkingCopyOwner owner, Map<JavaElement, Binding> bindingCache, Map<IJavaElement, IElementInfo> infoCache) -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassDeprecated.classA working copy owner that creates internal buffers.Fields in org.aspectj.org.eclipse.jdt.internal.core declared as WorkingCopyOwnerModifier and TypeFieldDescriptionfinal WorkingCopyOwnerCompilationUnit.ownerprotected WorkingCopyOwnerSearchableEnvironment.ownerDefaultWorkingCopyOwner.primaryBufferProviderFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type WorkingCopyOwnerModifier and TypeFieldDescriptionJavaModelManager.perWorkingCopyInfosTable from WorkingCopyOwner to a table of ICompilationUnit (working copy handle) to PerWorkingCopyInfo.Methods in org.aspectj.org.eclipse.jdt.internal.core that return WorkingCopyOwnerModifier and TypeMethodDescriptionstatic WorkingCopyOwnerBufferFactoryWrapper.create(IBufferFactory factory) Deprecated.CompilationUnit.getOwner()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionAbstractClassFile.becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidAbstractClassFile.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner) abstract voidAbstractClassFile.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidAbstractClassFile.codeComplete(int offset, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.voidBinaryType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner) voidBinaryType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidBinaryType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.voidClassFile.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidCompilationUnit.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner workingCopyOwner) voidCompilationUnit.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) voidCompilationUnit.codeComplete(int offset, ICompletionRequestor requestor, WorkingCopyOwner workingCopyOwner) Deprecated.voidModularClassFile.codeComplete(int offset, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidOpenable.codeComplete(ICompilationUnit cu, ICompilationUnit unitToSkip, int position, CompletionRequestor requestor, WorkingCopyOwner owner, ITypeRoot typeRoot, org.eclipse.core.runtime.IProgressMonitor monitor) voidSourceType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner) voidSourceType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidSourceType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.abstract IJavaElement[]AbstractClassFile.codeSelect(int offset, int length, WorkingCopyOwner owner) ClassFile.codeSelect(int offset, int length, WorkingCopyOwner owner) CompilationUnit.codeSelect(int offset, int length, WorkingCopyOwner workingCopyOwner) ModularClassFile.codeSelect(int offset, int length, WorkingCopyOwner owner) protected IJavaElement[]Openable.codeSelect(ICompilationUnit cu, int offset, int length, WorkingCopyOwner owner) JavaProject.findElement(String bindingKey, WorkingCopyOwner owner) JavaProject.findElement(org.eclipse.core.runtime.IPath path, WorkingCopyOwner owner) JavaProject.findModule(String moduleName, WorkingCopyOwner owner) JavaProject.findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner) JavaProject.findType(String packageName, String typeQualifiedName, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor) JavaProject.findType(String fullyQualifiedName, WorkingCopyOwner owner) JavaProject.findType(String fullyQualifiedName, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor progressMonitor) CompilationUnit.findWorkingCopy(WorkingCopyOwner workingCopyOwner) PackageFragment.getCompilationUnits(WorkingCopyOwner owner) BinaryType.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) ClassFile.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) CompilationUnit.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) ImportContainer.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) abstract IJavaElementJavaElement.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) JavaElement.getHandleFromMemento(MementoTokenizer memento, WorkingCopyOwner owner) JavaModel.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) JavaProject.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) LambdaExpression.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) LocalVariable.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) Member.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) ModularClassFile.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) PackageFragment.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) PackageFragmentRoot.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) SourceRefElement.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) SourceType.getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner workingCopyOwner) SourceRefElement.getHandleUpdatingCountFromMemento(MementoTokenizer memento, WorkingCopyOwner owner) CompilationUnit.getOrBuildAST(WorkingCopyOwner workingCopyOwner, int focalPosition) JavaModelManager.getWorkingCopies(WorkingCopyOwner owner, boolean addPrimary) ClassFile.getWorkingCopy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.getWorkingCopy(WorkingCopyOwner workingCopyOwner, IProblemRequestor problemRequestor, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.CompilationUnit.getWorkingCopy(WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) ModularClassFile.getWorkingCopy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) BinaryType.loadTypeHierachy(InputStream input, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.loadTypeHierachy(InputStream input, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) NOTE: This method is not part of the API has it is not clear clients would easily use it: they would need to first make sure all working copies for the given owner exist before calling it.JavaProject.newNameLookup(WorkingCopyOwner owner) JavaProject.newNameLookup(WorkingCopyOwner owner, boolean excludeTestCode) JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner) JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner, boolean excludeTestCode) BinaryType.newSupertypeHierarchy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.newSupertypeHierarchy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) BinaryType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) BinaryType.newTypeHierarchy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.newTypeHierarchy(WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) static CompilationUnitDeclarationCompilationUnitProblemFinder.process(CompilationUnit unitElement, WorkingCopyOwner workingCopyOwner, Map<String, CategorizedProblem[]> problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) static CompilationUnitDeclarationCompilationUnitProblemFinder.process(CompilationUnit unitElement, SourceElementParser parser, WorkingCopyOwner workingCopyOwner, Map<String, CategorizedProblem[]> problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, boolean enableStatementsRecovery, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.reconcile(int astLevel, int reconcileFlags, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) String[][]NamedMember.resolveType(String typeName, WorkingCopyOwner owner) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type WorkingCopyOwnerModifierConstructorDescriptionCancelableNameEnvironment(JavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) CancelableNameEnvironment(JavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor, boolean excludeTestCode) ClassFileWorkingCopy(AbstractClassFile classFile, WorkingCopyOwner owner) CompilationUnit(PackageFragment parent, String name, WorkingCopyOwner owner) Constructs a handle to a compilation unit with the given name in the specified package for the specified ownerReconcileWorkingCopyOperation(IJavaElement workingCopy, int astLevel, int reconcileFlags, WorkingCopyOwner workingCopyOwner) SearchableEnvironment(JavaProject project, WorkingCopyOwner owner) Deprecated.SearchableEnvironment(JavaProject project, WorkingCopyOwner owner, boolean excludeTestCode) Creates a SearchableEnvironment on the given project -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionvoidICompilationUnitResolver.resolve(ICompilationUnit[] compilationUnits, String[] bindingKeys, ASTRequestor requestor, int apiLevel, Map<String, String> compilerOptions, IJavaProject project, WorkingCopyOwner workingCopyOwner, int flags, org.eclipse.core.runtime.IProgressMonitor monitor) Parse and resolve bindings for the given compilation units with the following options.ICompilationUnitResolver.toCompilationUnit(ICompilationUnit sourceUnit, boolean initialNeedsToResolveBinding, IJavaProject project, List<FileSystem.Classpath> classpaths, int focalPosition, int apiLevel, Map<String, String> compilerOptions, WorkingCopyOwner parsedUnitWorkingCopyOwner, WorkingCopyOwner typeRootWorkingCopyOwner, int flags, org.eclipse.core.runtime.IProgressMonitor monitor) Convert the given source unit into a CompilationUnit using the following options. -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionvoidEvaluationContextWrapper.codeComplete(String codeSnippet, int position, CompletionRequestor requestor, WorkingCopyOwner owner) voidEvaluationContextWrapper.codeComplete(String codeSnippet, int position, CompletionRequestor requestor, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) voidEvaluationContextWrapper.codeComplete(String codeSnippet, int position, ICompletionRequestor requestor, WorkingCopyOwner owner) Deprecated.EvaluationContextWrapper.codeSelect(String codeSnippet, int offset, int length, WorkingCopyOwner owner) -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionstatic ITypeHierarchyTypeHierarchy.load(IType type, InputStream input, WorkingCopyOwner owner) -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core.search
Methods in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionstatic IJavaSearchScopeBasicSearchEngine.createHierarchyScope(IType type, WorkingCopyOwner owner) static 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 WorkingCopyOwnerModifierConstructorDescriptionBasicSearchEngine(WorkingCopyOwner workingCopyOwner) HierarchyScope(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.HierarchyScope(IType type, WorkingCopyOwner owner) -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type WorkingCopyOwnerModifier and TypeMethodDescriptionstatic JavaElementUtil.getUnresolvedJavaElement(FieldBinding binding, WorkingCopyOwner workingCopyOwner, Util.BindingsToNodesMap bindingsToNodes) Return the java element corresponding to the given compiler binding.static JavaElementUtil.getUnresolvedJavaElement(MethodBinding methodBinding, WorkingCopyOwner workingCopyOwner, Util.BindingsToNodesMap bindingsToNodes) Return the java element corresponding to the given compiler binding.static JavaElementUtil.getUnresolvedJavaElement(RecordComponentBinding binding, WorkingCopyOwner workingCopyOwner, Util.BindingsToNodesMap bindingsToNodes) Return the java element corresponding to the given compiler binding.static JavaElementUtil.getUnresolvedJavaElement(TypeBinding typeBinding, WorkingCopyOwner workingCopyOwner, Util.BindingsToNodesMap bindingsToNodes) Return the java element corresponding to the given compiler binding.Constructors in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type WorkingCopyOwnerModifierConstructorDescriptionJavaElementFinder(String key, JavaProject project, WorkingCopyOwner owner) -
Uses of WorkingCopyOwner in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type WorkingCopyOwnerModifier 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.voidEvaluationContext.select(char[] codeSnippet, int selectionSourceStart, int selectionSourceEnd, SearchableEnvironment environment, ISelectionRequestor requestor, Map<String, String> options, WorkingCopyOwner owner) Computes the selection at the specified positions of the given code snippet.
ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor)instead.