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

List of all members.

Public Member Functions

def __init__
def parseImpl
def __str__

Public Attributes

 skipWhitespace
 notChars
 minLen
 maxLen
 name
 errmsg
 mayReturnEmpty
 mayIndexError
 strRepr

Detailed Description

Token for matching words composed of characters *not* in a given set.
   Defined with string containing all disallowed characters, and an optional
   minimum, maximum, and/or exact length.  The default value for min is 1 (a
   minimum value < 1 is not valid); the default values for max and exact
   are 0, meaning no maximum or exact length restriction.

Definition at line 1915 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::CharsNotIn::__init__ (   self,
  notChars,
  min = 1,
  max = 0,
  exact = 0 
)

Definition at line 1922 of file pyparsing.py.


Member Function Documentation

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

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

Definition at line 1972 of file pyparsing.py.

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

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

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