Trees | Indices | Help |
|
---|
|
object --+ | RewriteRuleElementStream --+ | RewriteRuleNodeStream
Queues up nodes matched on left side of -> in a tree parser. This is the analog of RewriteRuleTokenStream for normal parsers.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
Ensure stream emits trees; tokens must be converted to AST nodes. AST nodes can be passed through unmolested.
|
When constructing trees, sometimes we need to dup a token or AST subtree. Dup'ing a token means just creating another AST node around it. For trees, you must call the adaptor.dupTree() unless the element is for a tree root; then it must be a node dup.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:40 2016 | http://epydoc.sourceforge.net |