nonSynthetic property

Element nonSynthetic

Return the non-synthetic element that caused this element to be created.

If this element is not synthetic, then the element itself is returned.

If this element is synthetic, then the corresponding non-synthetic element is returned. For example, for a synthetic getter of a non-synthetic field the field is returned; for a synthetic constructor the enclosing class is returned.

Implementation

Element get nonSynthetic;