Package spade :: Module ACLParser
[hide private]
[frames] | no frames]

Module ACLParser

source code

Classes [hide private]
  ACLParser
Parser for the ACL language
  ACLxmlParser
Variables [hide private]
  __package__ = 'spade'
  alphanums = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW...
  alphas = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
  alphas8bit = u'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîï...
  c = '~'
  cStyleComment = cStyleComment enclosed in /* ... */
  commaSeparatedList = commaSeparatedList
  cppStyleComment = {FollowedBy:("/") {{"//" rest of line up to ...
  dblQuotedString = string enclosed in double quotes
  dblSlashComment = {"//" rest of line up to \n}
  empty = empty
  hexnums = '0123456789ABCDEFabcdef'
  htmlComment = htmlComment enclosed in <!-- ... -->
  javaStyleComment = {FollowedBy:("/") {{"//" rest of line up to...
  nums = '0123456789'
  printables = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL...
  pythonStyleComment = {"#" rest of line up to \n}
  quotedString = quotedString using single or double quotes
  restOfLine = rest of line up to \n
  sglQuotedString = string enclosed in single quotes
Variables Details [hide private]

alphanums

Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'

alphas8bit

Value:
u'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþ'

cppStyleComment

Value:
{FollowedBy:("/") {{"//" rest of line up to \n} | cStyleComment enclos\
ed in /* ... */}}

javaStyleComment

Value:
{FollowedBy:("/") {{"//" rest of line up to \n} | cStyleComment enclos\
ed in /* ... */}}

printables

Value:
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\\
'()*+,-./:;<=>?@[\\]^_`{|}~'