Table of Contents

Class: Seq Martel/Expression.py

An Expression matching a set of subexpressions, in sequential order

A sequence of expressions: '[ab][cd][ef]'

Base Classes   
ExpressionList
Methods   
__add__
__init__
__str__
  __add__ 
__add__ ( self,  other )

  __init__ 
__init__ ( self,  expressions )

(expressions)

Match the list of sequential expressions, in order. Each expression starts matching at the point where the previous match finished.

Exceptions   
TypeError( "Must pass in a list of expressions, not just a single one (put it inside of ()s" )
  __str__ 
__str__ ( self )

the corresponding pattern string


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1