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

List of all members.

Public Member Functions

def __init__
def ignore
def postParse

Public Attributes

 adjacent
 skipWhitespace
 joinString

Detailed Description

Converter to concatenate all matching tokens to a single string.
   By default, the matching patterns must also be contiguous in the input string;
   this can be disabled by specifying 'adjacent=False' in the constructor.

Definition at line 2982 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::Combine::__init__ (   self,
  expr,
  joinString = "",
  adjacent = True 
)

Definition at line 2987 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::Combine::ignore (   self,
  other 
)
Define expression to be ignored (e.g., comments) while doing pattern
   matching; may be called repeatedly, to define multiple comment or other
   ignorable patterns.

Reimplemented from blockit::external::pyparsing::ParseElementEnhance.

Definition at line 2996 of file pyparsing.py.

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

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

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