Implementing: javax.lang.model.element.Element
Returns the enclosing element of this variable.
The enclosing element of a method or constructor parameter is
the executable declaring the parameter.
Returns: the enclosing element of this variable
Implementing: javax.lang.model.element.Element
Returns the simple name of this variable element.
For method and constructor parameters, the name of each
parameter must be distinct from the names of all other
parameters of the same executable. If the original source
names are not available, an implementation may synthesize names
subject to the distinctness requirement above.
Returns: the simple name of this variable element