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

List of all members.

Public Member Functions

def __init__
def parseImpl
def leaveWhitespace
def ignore
def streamline
def checkRecursion
def validate
def __str__

Public Attributes

 expr
 strRepr
 mayIndexError
 mayReturnEmpty
 skipWhitespace
 saveAsList
 callPreparse

Detailed Description

Abstract subclass of ParserElement, for combining and post-processing parsed tokens.

Definition at line 2585 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::ParseElementEnhance::__init__ (   self,
  expr,
  savelist = False 
)

Member Function Documentation

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

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

Definition at line 2633 of file pyparsing.py.

def blockit::external::pyparsing::ParseElementEnhance::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::ParserElement.

Reimplemented in blockit::external::pyparsing::Combine.

Definition at line 2615 of file pyparsing.py.

def blockit::external::pyparsing::ParseElementEnhance::leaveWhitespace (   self)
Disables the skipping of whitespace before matching the characters in the
   ParserElement's defined pattern.  This is normally only used internally by
   the pyparsing module, but may be needed in some whitespace-sensitive grammars.

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

Reimplemented in blockit::external::pyparsing::Forward.

Definition at line 2608 of file pyparsing.py.

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

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

Reimplemented in blockit::external::pyparsing::Forward.

Definition at line 2627 of file pyparsing.py.

def blockit::external::pyparsing::ParseElementEnhance::validate (   self,
  validateTrace = [] 
)
Check defined expressions for valid structure, check for infinite recursive definitions.

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

Reimplemented in blockit::external::pyparsing::Forward.

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