Class
Semantic
A semantic object is an abstract element with children which also are semantic objects.
class Semantic
Discussion
The children of one semantic object doesn’t need to be the same type as their parent or even the same as each other. This allows semantic objects to describe a hierarchy of information that can be visited and altered in a structured manner using a SemanticVisitor.
Semantic objects are used to model the in-memory representation of documentation. Some key examples are Article, Symbol, and directives such as Tutorial, Chapter and Volume.
Topics
Operators
Initializers
Instance Methods
Enumerations