Package PyFoam :: Package ThirdParty :: Package ply :: Module lex :: Class Lexer
[hide private]
[frames] | no frames]

Class Lexer

source code

Instance Methods [hide private]
  __init__(self)
  clone(self, object=None)
  writetab(self, tabfile)
  readtab(self, tabfile, fdict)
  input(self, s)
  begin(self, state)
  push_state(self, state)
  pop_state(self)
  current_state(self)
  skip(self, n)
  token(self)

Method Details [hide private]

__init__(self)
(Constructor)

source code 
None

clone(self, object=None)

source code 
None

writetab(self, tabfile)

source code 
None

readtab(self, tabfile, fdict)

source code 
None

input(self, s)

source code 
None

begin(self, state)

source code 
None

push_state(self, state)

source code 
None

pop_state(self)

source code 
None

current_state(self)

source code 
None

skip(self, n)

source code 
None

token(self)

source code 
None