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

List of all members.

Public Member Functions

def __init__
def parseImpl

Public Attributes

 returnString
 name
 errmsg

Detailed Description

Token to match a specified string, ignoring case of letters.
   Note: the matched results will always be in the case of the given
   match string, NOT the case of the input text.

Definition at line 1578 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::CaselessLiteral::__init__ (   self,
  matchString 
)

Reimplemented from blockit::external::pyparsing::Literal.

Definition at line 1583 of file pyparsing.py.


Member Function Documentation

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

Reimplemented from blockit::external::pyparsing::Literal.

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