Package formulaparser :: Module FormulaParser :: Class FormulaParser
[show private | hide private]
[frames | no frames]

Class FormulaParser

Parser --+
         |
        FormulaParser


Method Summary
  ARG(self)
  EXP(self)
  EXPTERM(self)
  FACTOR(self)
  FORMULA(self)
  FUNCTION(self)
  GOAL(self)
  SIGNEDFACTOR(self)
  TERM(self)
    Inherited from Parser
  __init__(self, scanner)
  _peek(self, *types)
Returns the token type for lookahead; if there are any args then the list of args is the set of token types to allow
  _scan(self, type)
Returns the matched text, and moves to the next token

Generated by Epydoc 2.1 on Tue Aug 17 18:20:06 2004 http://epydoc.sf.net