Node to represent a version condition
A version condition is of the form:
version (Identifier)
In user code. This class also provides means to add version identifier to the list of global (cross module) identifiers.
Instantiate a new VersionCondition
Add an user-supplied global identifier to the list
Add any global identifier to the list, without checking if it's predefined
Raises an error if a version identifier is reserved.
See Implementation
Node to represent a version condition
A version condition is of the form:
In user code. This class also provides means to add version identifier to the list of global (cross module) identifiers.