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

List of all members.

Public Member Functions

def __init__
def parseImpl

Public Attributes

 mayReturnEmpty

Detailed Description

Lookahead matching of the given parse expression.  FollowedBy
does *not* advance the parsing position within the input string, it only
verifies that the specified parse expression matches at the current
position.  FollowedBy always returns a null token list.

Definition at line 2657 of file pyparsing.py.


Constructor & Destructor Documentation

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

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

Definition at line 2662 of file pyparsing.py.


Member Function Documentation

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

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

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