|
Class Summary |
| AndNode |
An AND node tries all children one by one. |
| AsIsNode |
Expression may contain needless parenthesis ... |
| Blender |
|
| BlenderDo |
|
| BlenderIf |
|
| BlenderWhile |
|
| CapNode |
Every blend expression tree has a root (cap) node. |
| CompareNode |
A compare-node is where the action takes place in an expression tree. |
| LogicTree |
These functions turn a tree of ParseTokens (a scanned and parsed expression) into a list
of CompareNodes that are wired together through their pass/fail jump labels. |
| Node |
This abstract class holds the basic functionality of all blend expression nodes. |
| NotNode |
This class is a "not" relationship between parent and child. |
| OrNode |
An OR node tries all children one by one. |