Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.Openable
Packages, die Openable verwenden
Package
Beschreibung
-
Verwendungen von Openable in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Unterklassen von Openable in org.aspectj.org.eclipse.jdt.internal.codeassist.impl -
Verwendungen von Openable in org.aspectj.org.eclipse.jdt.internal.core
Unterklassen von Openable in org.aspectj.org.eclipse.jdt.internal.coreModifizierer und TypKlasseBeschreibungclassCommon 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.classclassFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als OpenableFelder in org.aspectj.org.eclipse.jdt.internal.core mit Typparametern vom Typ OpenableModifizierer und TypFeldBeschreibungJavaModelManager.elementsOutOfSynchWithBuffersSet of elements which are out of sync with their buffers.Methoden in org.aspectj.org.eclipse.jdt.internal.core, die Typen mit Argumenten vom Typ Openable zurückgebenModifizierer und TypMethodeBeschreibungJavaModelManager.getElementsOutOfSynchWithBuffers()Returns the set of elements which are out of synch with their buffers.Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ OpenableModifizierer und TypMethodeBeschreibungprotected 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.Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ OpenableModifiziererKonstruktorBeschreibungSelectionRequestor(NameLookup nameLookup, Openable openable) Creates a selection requestor that uses that given name lookup facility to resolve names. -
Verwendungen von Openable in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methoden in org.aspectj.org.eclipse.jdt.internal.core.hierarchy mit Parametern vom Typ OpenableModifizierer und TypMethodeBeschreibungprotected ICompilationUnitHierarchyBuilder.createCompilationUnitFromPath(Openable handle, org.eclipse.core.resources.IFile file, char[] moduleName) Create an ICompilationUnit info from the given compilation unit on disk.protected ICompilationUnitIndexBasedHierarchyBuilder.createCompilationUnitFromPath(Openable handle, org.eclipse.core.resources.IFile file, char[] moduleName) 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). -
Verwendungen von Openable in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Felder in org.aspectj.org.eclipse.jdt.internal.core.search.matching, die deklariert sind als OpenableKonstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ OpenableModifiziererKonstruktorBeschreibungPossibleMatch(MatchLocator locator, org.eclipse.core.resources.IResource resource, Openable openable, SearchDocument document, boolean mustResolve) -
Verwendungen von Openable in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util, die Openable zurückgebenModifizierer und TypMethodeBeschreibungHandleFactory.createOpenable(String resourcePath, IJavaSearchScope scope) Creates an Openable handle from the given resource path.