Resolver.resolve
string resolve(const NodeID kind, const string tag, scope string value,
const bool implicit) @safeResolve tag of a node.
Parameters
kind | Type of the node. |
tag | Explicit tag of the node, if any. |
value | Value of the node, if any. |
implicit | Should the node be implicitly resolved? If the tag is already specified and not non-specific, that tag will be returned. |
Returns
Resolved tag.