Package com._1c.g5.v8.dt.debug.util
Class CrossReferenceFinder
java.lang.Object
com._1c.g5.v8.dt.debug.util.CrossReferenceFinder
Utility method to find cross-reference.
- Restriction:
- This class is not intended to be sub-classed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.emf.ecore.EReference
findCrossReference
(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EObject target) Find cross-reference from target owner to target.
-
Method Details
-
findCrossReference
public static org.eclipse.emf.ecore.EReference findCrossReference(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EObject target) Find cross-reference from target owner to target.- Parameters:
owner
- target owner to find reference from, cannot benull
target
- target to find reference to, cannot benull
- Returns:
- reference, never
null
- Throws:
IllegalStateException
- if cannot find cross-reference
-