Package org.eclipse.xtext.findReferences
Class TargetURICollector
- java.lang.Object
-
- org.eclipse.xtext.findReferences.TargetURICollector
-
public class TargetURICollector extends java.lang.ObjectThe language that defines a given object can decide to add other objects to the set of of target URIs if they have been derived from the given object. The implementation ofadd(EObject, TargetURIs)will dispatch to the language implementation that defines the object. Clients should overridedoAdd(EObject, TargetURIs)to enhance the set of targets.
-
-
Constructor Summary
Constructors Constructor Description TargetURICollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)protected voiddoAdd(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)
-
-
-
Method Detail
-
add
public void add(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)
-
doAdd
protected void doAdd(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)
-
-