Interface HasModelElement
-
public interface HasModelElementSomeXElementimplementations have an associatedElement, in which case they implement this interface in order to expose the Element. This is mostly used to track the originating element to facilitate incremental compilation.- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementgetElement()Get theElement, nevernull.
-