17 #ifndef COM_BORA_SOFTWARE__BALAU_LANG_PROPERTY_UTIL__PROPERTY_VISITOR 18 #define COM_BORA_SOFTWARE__BALAU_LANG_PROPERTY_UTIL__PROPERTY_VISITOR 26 class CompositeProperty;
27 class IncludePropertyNode;
28 class CommentPropertyNode;
29 class EmptyLinePropertyNode;
43 public:
virtual ~
Payload() =
default;
101 #endif // COM_BORA_SOFTWARE__BALAU_LANG_PROPERTY_UTIL__PROPERTY_VISITOR Simple name-value property node.
Definition: PropertyAst.hpp:221
Visitor interface for property AST nodes.
Definition: PropertyVisitor.hpp:49
Represents a blank line in a property file.
Definition: PropertyAst.hpp:465
Composite name-value property node.
Definition: PropertyAst.hpp:288
Base class of property visitor payloads.
Definition: PropertyVisitor.hpp:39
Include property node.
Definition: PropertyAst.hpp:357
The outer structure.
Definition: PropertyAst.hpp:175