| Home | Trees | Indices | Help |
|---|
|
|
A numerical repeat. This node is only present if the _STATEFUL flag was
used during compilation (otherwise numerical repeats are rewritten as
appropriate splits/loops).
begin is the minimum count value.end is the maximum count value (None for open ranges).lazy indicates that matching should be lazy if True.next contains two values. next[1] is the expression to repeat;
next[0] is the continuation of the match after repetition has finished.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
.clone.
|
The given node is the next node in the sequence. This method is only called on complex nodes after "initial node assembly" is complete (complex nodes are assembled, then connected). It is also only called once.
|
|
|
rxpy.parser.visitor.Visitor.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 29 03:38:24 2010 | http://epydoc.sourceforge.net |