Package EasyExtend :: Package trail :: Module nfalexer :: Class LiteralSet
[hide private]
[frames] | no frames]

Class LiteralSet

object --+
         |
        LiteralSet

Instance Methods [hide private]
 
__init__(self, langlet)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
read_litset(self)
 
__setitem__(self, nid, s)
 
__getitem__(self, nid)
 
__contains__(self, nid)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
  litset
self.litset[token.A_CHAR] = string.letters+'_' self.litset[token.A_WHITE] = string.whitespace self.litset[token.HEX_DIGIT] = string.hexdigits self.litset[token.OCT_DIGIT] = string.octdigits self.litset[token.NON_NULL_DIGIT] = '123456789' self.litset[token.DIGIT] = string.digits
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, langlet)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)