Module spark :: Class GenericParser
[show private | hide private]
[frames | no frames]

Class GenericParser

Known Subclasses:
ExprParser

Method Summary
  __init__(self, start)
  addRule(self, doc, func)
  ambiguity(self, children)
  augment(self, start)
  buildState(self, token, states, i, tree)
  buildTree(self, tokens, tree, root)
  buildTree_r(self, stack, tokens, tokpos, tree, root)
  collectRules(self)
  error(self, token)
  makeFIRST(self)
  parse(self, tokens)
  preprocess(self, rule, func)
  resolve(self, list)
  typestring(self, token)

Class Variable Summary
str _EOF = 'EOF'
str _START = 'START'

Class Variable Details

_EOF

Type:
str
Value:
'EOF'                                                                  

_START

Type:
str
Value:
'START'                                                                

Generated by Epydoc 2.1 on Sat Mar 4 13:36:21 2006 http://epydoc.sf.net