#include "location.h"
#include <map>
#include <string>
#include <set>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | Node |
A basis class for PHP structure tree. More... | |
class | Node.Assignment |
An assignment -- map from variables to trees. More... | |
class | Node.Tester |
Defines a method for testing nodes used by Node::forall, Node::exists. More... | |
class | Node.Transformer |
Defines a method for transforming nodes used by Node::transform. More... | |
Enumerations | |
enum | SType { SVariable, SConstant, SList, SPin, SContext } |
PHP structure tree node types. More... |
|
PHP structure tree node types.
Definition at line 16 of file streenode.h. Referenced by Variable::getType(), Pin::getType(), List::getType(), Constant::getType(), AttributeValue::getType(), and ContextMatch::getType(). |