Interface IUpdatableReference
-
- All Known Implementing Classes:
UpdatableReference
public interface IUpdatableReference- Since:
- 2.13
- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.CrossReferencegetCrossReference()org.eclipse.emf.ecore.EReferencegetEReference()intgetIndexInList()org.eclipse.xtext.formatting2.regionaccess.ISemanticRegiongetReferenceRegion()org.eclipse.emf.ecore.EObjectgetSourceEObject()org.eclipse.emf.ecore.EObjectgetTargetEObject()
-
-
-
Method Detail
-
getCrossReference
org.eclipse.xtext.CrossReference getCrossReference()
-
getEReference
org.eclipse.emf.ecore.EReference getEReference()
-
getIndexInList
int getIndexInList()
-
getReferenceRegion
org.eclipse.xtext.formatting2.regionaccess.ISemanticRegion getReferenceRegion()
-
getSourceEObject
org.eclipse.emf.ecore.EObject getSourceEObject()
-
getTargetEObject
org.eclipse.emf.ecore.EObject getTargetEObject()
-
-