Peach :: Generators :: data :: _GeneratorTreeWalker :: Class _GeneratorTreeWalker
[hide private]

Class _GeneratorTreeWalker

source code


Internal class that will walk our string tree and apply a generator to each node (not just leaf nodes).

Instance Methods [hide private]
 
__init__(self, group, generator, topNode) source code
 
next(self) source code
 
_moveNext(self, currentNode) source code
 
reset(self) source code
 
getRawValue(self) source code
 
_buildString(self, node=None)
Reassemble node tree into a string
source code