Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.JavaElementDelta.Key
Packages that use JavaElementDelta.Key
-
Uses of JavaElementDelta.Key in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type JavaElementDelta.KeyModifier and TypeMethodDescriptionprotected 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 IntegerJavaElementDelta.getChildIndex(JavaElementDelta.Key key) Returns the index of the delta in the collection of affected children, ornullif the child delta for the given key is not found.protected voidJavaElementDelta.removeExistingChild(JavaElementDelta.Key key, int index) Removes the existing child delta from the collection of affected children.