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

List of all members.

Public Member Functions

def __init__
def parseImpl
def __str__

Public Attributes

 quoteChar
 quoteCharLen
 firstQuoteChar
 endQuoteChar
 endQuoteCharLen
 escChar
 escQuote
 unquoteResults
 flags
 pattern
 escCharReplacePattern
 re
 reString
 name
 errmsg
 mayIndexError
 mayReturnEmpty
 strRepr

Detailed Description

Token for matching strings that are delimited by quoting characters.

Definition at line 1799 of file pyparsing.py.


Constructor & Destructor Documentation

def blockit::external::pyparsing::QuotedString::__init__ (   self,
  quoteChar,
  escChar = None,
  escQuote = None,
  multiline = False,
  unquoteResults = True,
  endQuoteChar = None 
)
   Defined with the following parameters:
    - quoteChar - string of one or more characters defining the quote delimiting string
    - escChar - character to escape quotes, typically backslash (default=None)
    - escQuote - special quote sequence to escape an embedded quote string (such as SQL's "" to escape an embedded ") (default=None)
    - multiline - boolean indicating whether quotes can span multiple lines (default=False)
    - unquoteResults - boolean indicating whether the matched text should be unquoted (default=True)
    - endQuoteChar - string of one or more characters defining the end of the quote delimited string (default=None => same as quoteChar)

Definition at line 1802 of file pyparsing.py.


Member Function Documentation

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

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

Definition at line 1903 of file pyparsing.py.

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

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

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