Classes | Namespaces
PropertyAst.hpp File Reference

(2)

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>
Include dependency graph for PropertyAst.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

The Property parser AST node classes.