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

List of all members.

Public Member Functions

def __init__
def postParse

Public Attributes

 saveAsList

Detailed Description

Converter to return the matched tokens as a list - useful for returning tokens of ZeroOrMore and OneOrMore expressions.

Definition at line 3013 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::Group::__init__ (   self,
  expr 
)

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

Definition at line 3015 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::Group::postParse (   self,
  instring,
  loc,
  tokenlist 
)

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

Definition at line 3019 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