name property
Return the name of the declared variable whose value is being used in the condition.
Implementation
DottedName get name;
Set the name of the declared variable whose value is being used in the
condition to the given name
.
Implementation
set name(DottedName name);