Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.JavaElementDelta
Packages that use JavaElementDelta
-
Uses of JavaElementDelta in org.aspectj.org.eclipse.jdt.internal.core
Fields in org.aspectj.org.eclipse.jdt.internal.core declared as JavaElementDeltaMethods in org.aspectj.org.eclipse.jdt.internal.core that return JavaElementDeltaModifier and TypeMethodDescriptionJavaElementDelta.changed(IJavaElement element, int changeFlag) Creates the nested deltas resulting from a change operation.protected JavaElementDeltaJavaElementDelta.createDeltaTree(IJavaElement element, JavaElementDelta delta) Creates the nested delta deltas based on the affected element its delta, and the root of this delta tree.protected JavaElementDeltaJavaElementDelta.find(IJavaElement e) Returns theJavaElementDeltafor the given element in the delta tree, or null, if no delta for the given element is found.protected JavaElementDeltaJavaElementDelta.findDescendant(JavaElementDelta.Key key) Returns the descendant delta for the given key, ornull, if no delta for the given key is found in the delta tree below this delta.protected JavaElementDeltaJavaElementDelta.getDeltaFor(IJavaElement element) Returns the delta for a given element.JavaModelOperation.newJavaElementDelta()Creates and returns a newIJavaElementDeltaon the Java Model.Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type JavaElementDeltaModifier and TypeMethodDescriptionprotected voidJavaElementDelta.addAffectedChild(JavaElementDelta child) Adds the child delta to the collection of affected children.protected voidJavaElementDelta.addNewChild(JavaElementDelta child) Adds the new child delta to the collection of affected children.protected JavaElementDeltaJavaElementDelta.createDeltaTree(IJavaElement element, JavaElementDelta delta) Creates the nested delta deltas based on the affected element its delta, and the root of this delta tree.intClasspathChange.generateDelta(JavaElementDelta delta, boolean addClasspathChange) protected voidJavaElementDelta.insertDeltaTree(IJavaElement element, JavaElementDelta delta) Creates the delta tree for the given element and delta, and then inserts the tree as an affected child of this node.protected voidJavaElementDelta.removeAffectedChild(JavaElementDelta child) Removes the child delta from the collection of affected children.