Uses of Interface
org.aspectj.org.eclipse.jdt.core.IWorkingCopy
Packages that use IWorkingCopy
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of IWorkingCopy in org.aspectj.org.eclipse.jdt.core
Subinterfaces of IWorkingCopy in org.aspectj.org.eclipse.jdt.coreModifier and TypeInterfaceDescriptioninterfaceRepresents an entire Java compilation unit (source file with one of theJava-like extensions).Methods in org.aspectj.org.eclipse.jdt.core that return IWorkingCopyModifier and TypeMethodDescriptionstatic IWorkingCopy[]JavaCore.getSharedWorkingCopies(IBufferFactory factory) Deprecated.Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IWorkingCopyModifier and TypeMethodDescriptionIType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.IType.newTypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated. -
Uses of IWorkingCopy in org.aspectj.org.eclipse.jdt.core.search
Constructors in org.aspectj.org.eclipse.jdt.core.search with parameters of type IWorkingCopyModifierConstructorDescriptionSearchEngine(IWorkingCopy[] workingCopies) Deprecated.UseSearchEngine(ICompilationUnit[])instead. -
Uses of IWorkingCopy in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement IWorkingCopy -
Uses of IWorkingCopy in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IWorkingCopyModifier and TypeClassDescriptionclassA working copy on anIClassFile.classMethods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IWorkingCopyModifier and TypeMethodDescriptionBinaryType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.SourceType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.BinaryType.newTypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.SourceType.newTypeHierarchy(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.
JavaCore.getWorkingCopies(WorkingCopyOwner)instead