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

List of all members.

Public Member Functions

def __init__
def parseImpl
def __str__

Public Attributes

 skipWhitespace
 mayReturnEmpty
 errmsg
 strRepr

Detailed Description

Lookahead to disallow matching with the given parse expression.  NotAny
does *not* advance the parsing position within the input string, it only
verifies that the specified parse expression does *not* match at the current
position.  Also, NotAny does *not* skip over leading whitespace. NotAny
always returns a null token list.  May be constructed using the '~' operator.

Definition at line 2671 of file pyparsing.py.


Constructor & Destructor Documentation

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

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

Definition at line 2677 of file pyparsing.py.


Member Function Documentation

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

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

Definition at line 2698 of file pyparsing.py.

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

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

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