Match the subexpression.
Methods
|
|
__init__
__str__
_find_groups
_modify_leaves
_select_names
copy
features
group_names
|
|
__init__
|
__init__ ( self, expression )
(expression)
Match the given subexpression. This class should not be used
directly. It is meant for generating specialized parsers which
read a record at a time.
|
|
__str__
|
__str__ ( self )
the corresponding pattern string
|
|
_find_groups
|
_find_groups ( self, tag )
|
|
_modify_leaves
|
_modify_leaves ( self, func )
|
|
_select_names
|
_select_names ( self, names )
|
|
copy
|
copy ( self )
do a deep copy on this Expression tree
|
|
features
|
features ( self )
return a list of all features
|
|
group_names
|
group_names ( self )
|