Package com._1c.g5.v8.dt.debug.util
Class CrossReferenceFinder
- java.lang.Object
-
- com._1c.g5.v8.dt.debug.util.CrossReferenceFinder
-
public class CrossReferenceFinder extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-