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

List of all members.

Public Member Functions

def parseImpl
def __str__
def setResultsName

Public Attributes

 strRepr

Detailed Description

Repetition of one or more of the given expression.

Definition at line 2747 of file pyparsing.py.


Member Function Documentation

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

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

Definition at line 2767 of file pyparsing.py.

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

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

Definition at line 2749 of file pyparsing.py.

def blockit::external::pyparsing::OneOrMore::setResultsName (   self,
  name,
  listAllMatches = False 
)
Define name for referencing matching tokens as a nested attribute
   of the returned parse results.
   NOTE: this returns a *copy* of the original ParserElement object;
   this is so that the client can define a basic element, such as an
   integer, and reference it in multiple places with different names.

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

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