Task #1794
Rename "DynamicNode"
Start date:
2008-10-23
Due date:
% Done:
100%
Estimated time:
Has patch:
Description
Right now we have four kinds of "nodes":
- ObjectAccessorNode
- TextNode
- RootNode
- DynamicNode
(There will be another node for array arguments).
"DynamicNode" isn't an appropriate name, as all nodes are kind of dynamic (except for the TextNode).
Todo: find a better name ;)