The Property parser AST node classes. More...
#include <Balau/Exception/BalauException.hpp>
#include <Balau/Lang/Property/Lang/PropertyToken.hpp>
#include <Balau/Lang/Property/Util/PropertyVisitor.hpp>
#include <Balau/Lang/Common/CodeSpan.hpp>
#include <Balau/Type/Character.hpp>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | CommentPropertyNode |
Comment property node. More... | |
class | CompositeProperty |
Composite name-value property node. More... | |
class | EmptyLinePropertyNode |
Represents a blank line in a property file. More... | |
class | IncludePropertyNode |
Include property node. More... | |
class | Properties |
The outer structure. More... | |
class | PropertyNode |
Abstract base class of Property AST node classes. More... | |
class | ValueProperty |
Simple name-value property node. More... | |
Namespaces | |
Balau::Lang::Property::AST | |
The Property parser abstract syntax tree node classes. | |
The Property parser AST node classes.