Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.Openable
Packages that use Openable
Package
Description
-
Uses of Openable in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Subclasses of Openable in org.aspectj.org.eclipse.jdt.internal.codeassist.impl -
Uses of Openable in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of Openable in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassCommon parts of ClassFile (containing a BinaryType) and ModularClassFile (containing a BinaryModule).classclassA working copy on anIClassFile.classclassclassA package fragment root that corresponds to an external class folder.classA package fragment root that corresponds to a .jar or .zip.classImplementation ofIJavaModel.classHandle for a Java Project.classA package fragment root that corresponds to a JMod file.classA package fragment root that corresponds to a module in a JRT file system.classA handle to a modular class file.classclassFields in org.aspectj.org.eclipse.jdt.internal.core declared as OpenableFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type OpenableModifier and TypeFieldDescriptionJavaModelManager.elementsOutOfSynchWithBuffersSet of elements which are out of sync with their buffers.Methods in org.aspectj.org.eclipse.jdt.internal.core that return types with arguments of type OpenableModifier and TypeMethodDescriptionJavaModelManager.getElementsOutOfSynchWithBuffers()Returns the set of elements which are out of synch with their buffers.Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type OpenableModifier and TypeMethodDescriptionprotected voidModelUpdater.addToParentInfo(Openable child) Adds the given child handle to its parent's cache of children.protected static voidCloses the given element, which removes it from the cache of open elements.protected voidModelUpdater.elementAdded(Openable element) Processing for an element that has been added: If the element is a project, do nothing, and do not process children, as when a project is created it does not yet have any natures - specifically a java nature.protected voidModelUpdater.elementChanged(Openable element) Generic processing for elements with changed contents: The element is closed such that any subsequent accesses will re-open the element reflecting its new structure.protected voidModelUpdater.elementRemoved(Openable element) Generic processing for a removed element: Close the element, removing its structure from the cache Remove the element from its parent's cache of children Add a REMOVED entry in the deltaprotected voidModelUpdater.removeFromParentInfo(Openable child) Removes the given element from its parents cache of children.Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type OpenableModifierConstructorDescriptionSelectionRequestor(NameLookup nameLookup, Openable openable) Creates a selection requestor that uses that given name lookup facility to resolve names. -
Uses of Openable in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type OpenableModifier and TypeMethodDescriptionprotected ICompilationUnitHierarchyBuilder.createCompilationUnitFromPath(Openable handle, org.eclipse.core.resources.IFile file, char[] moduleName) Create an ICompilationUnit info from the given compilation unit on disk.protected IBinaryTypeHierarchyBuilder.createInfoFromClassFile(Openable handle, org.eclipse.core.resources.IResource file) Creates the type info from the given class file on disk and adds it to the given list of infos.protected IBinaryTypeIndexBasedHierarchyBuilder.createInfoFromClassFile(Openable classFile, org.eclipse.core.resources.IResource file) protected IBinaryTypeHierarchyBuilder.createInfoFromClassFileInJar(Openable classFile) Create a type info from the given class file in a jar and adds it to the given list of infos.protected IBinaryTypeIndexBasedHierarchyBuilder.createInfoFromClassFileInJar(Openable classFile) voidHierarchyResolver.resolve(Openable[] openables, HashSet localTypes, org.eclipse.core.runtime.IProgressMonitor monitor) Resolve the supertypes for the types contained in the given openables (ICompilationUnits and/or IClassFiles). -
Uses of Openable in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as OpenableConstructors in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type OpenableModifierConstructorDescriptionPossibleMatch(MatchLocator locator, org.eclipse.core.resources.IResource resource, Openable openable, SearchDocument document, boolean mustResolve) -
Uses of Openable in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return OpenableModifier and TypeMethodDescriptionHandleFactory.createOpenable(String resourcePath, IJavaSearchScope scope) Creates an Openable handle from the given resource path.