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

List of all members.

Public Member Functions

def __init__
def parseImpl

Public Attributes

 match
 matchLen
 firstMatchChar
 name
 errmsg
 mayReturnEmpty
 mayIndexError

Private Attributes

 __class__

Detailed Description

Token to exactly match a specified string.

Definition at line 1484 of file pyparsing.py.


Constructor & Destructor Documentation

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

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

Reimplemented in blockit::external::pyparsing::CaselessLiteral.

Definition at line 1486 of file pyparsing.py.


Member Function Documentation

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

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

Reimplemented in blockit::external::pyparsing::CaselessLiteral.

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