prefix property
Return the prefix associated with the library in which the identifier is defined.
Implementation
SimpleIdentifier get prefix;
Set the prefix associated with the library in which the identifier is
defined to the given identifier
.
Implementation
set prefix(SimpleIdentifier identifier);