Go to the source code of this file.
Classes | |
interface | Preprocessor |
interface | PPFrame |
interface | PPNode |
There are three types of nodes: * Tree nodes, which have a name and contain other nodes as children * Array nodes, which also contain other nodes but aren't considered part of a tree * Leaf nodes, which contain the actual data. More... |