Package schrodinger :: Package application :: Package desmond :: Package antlr3 :: Module treewizard :: Class TreePatternLexer
[hide private]
[frames] | no frames]

Class TreePatternLexer

object --+
         |
        TreePatternLexer

Instance Methods [hide private]
 
__init__(self, pattern)
x.__init__(...) initializes x; see help(type(x)) for signature
 
nextToken(self)
 
consume(self)

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

Class Variables [hide private]
  __idStartChar = frozenset(['A', 'B', 'C', 'D', 'E', 'F', 'G', ...
  __idChar = frozenset(['0', '1', '2', '3', '4', '5', '6', '7', ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pattern)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__idStartChar

Value:
frozenset(['A',
           'B',
           'C',
           'D',
           'E',
           'F',
           'G',
           'H',
...

__idChar

Value:
frozenset(['0',
           '1',
           '2',
           '3',
           '4',
           '5',
           '6',
           '7',
...