displayName property

String displayName

The display name of this element, possibly the empty string if the element does not have a name.

In most cases the name and the display name are the same. Differences though are cases such as setters where the name of some setter set f(x) is f=, instead of f.

Implementation

String get displayName;