#include "stree.h"
#include "streeconstant.h"
#include "prioritylist.h"
Go to the source code of this file.
Data Structures | |
class | NamedRuleList |
A list of rules for a given context. More... | |
class | Rule |
Rule for php refactoring. More... | |
class | RunRuleList |
List of rules to run at given time. More... | |
Typedefs | |
typedef PriorityPair< Rule > | PriorityRulePair |
Pair containing Rule and its priority. | |
typedef PriorityList< Rule > | RuleList |
List of PriorityRulePair. |
|
Pair containing Rule and its priority. Rules with smaller priority are tired at first. Definition at line 44 of file rtree.h. Referenced by TriggeredRule::copy(). |
|
List of PriorityRulePair.
|