BlockIt
blockit::external::pyparsing::MatchFirst Class Reference
Inheritance diagram for blockit::external::pyparsing::MatchFirst:
Collaboration diagram for blockit::external::pyparsing::MatchFirst:

List of all members.

Public Member Functions

def __init__
def parseImpl
def __ior__
def __str__
def checkRecursion

Public Attributes

 mayReturnEmpty
 strRepr

Detailed Description

Requires that at least one ParseExpression is found.
   If two expressions match, the first one listed is the one that will match.
   May be constructed using the '|' operator.

Definition at line 2440 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::MatchFirst::__init__ (   self,
  exprs,
  savelist = False 
)

Reimplemented from blockit::external::pyparsing::ParseExpression.

Definition at line 2445 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::MatchFirst::__ior__ (   self,
  other 
)

Definition at line 2479 of file pyparsing.py.

def blockit::external::pyparsing::MatchFirst::__str__ (   self)

Reimplemented from blockit::external::pyparsing::ParseExpression.

Definition at line 2484 of file pyparsing.py.

def blockit::external::pyparsing::MatchFirst::checkRecursion (   self,
  parseElementList 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 2493 of file pyparsing.py.

def blockit::external::pyparsing::MatchFirst::parseImpl (   self,
  instring,
  loc,
  doActions = True 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 2456 of file pyparsing.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties