| Trees | Index | Help |
|---|
| Package Martel :: Module Expression :: Class Alt |
|
Expression--+ |ExpressionList--+ | Alt
| Method Summary | |
|---|---|
(expressions) | |
returns an Expression matching this Expression or (if that fails) the other one | |
the corresponding pattern string | |
| Inherited from ExpressionList | |
do a deep copy on this Expression tree | |
return a list of all features | |
the list of group names used by this Expression or its children | |
| Inherited from Expression | |
returns an Expression to match this Expression then the other one | |
create an iterator for this regexp; the 'tag' defines a record | |
create a SAX compliant parser for this regexp | |
| Method Details |
|---|
__init__(self,
expressions)
|
__or__(self,
other)
returns an Expression matching this Expression or (if that fails)
the other one
|
__str__(self)
the corresponding pattern string
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |