public interface NamedValue
Modifier and Type | Method and Description |
---|---|
Symbol |
getName()
Retrieves the name of a named object, or null if the
object has not yet been given a name
|
void |
setName(Symbol s)
Sets the 'name annotation of a Named object.
|