Package Bio :: Package Parsers :: Module spark :: Class GenericASTBuilder
[hide private]
[frames] | no frames]

Class GenericASTBuilder

source code

GenericParser --+
                |
               GenericASTBuilder

Instance Methods [hide private]
 
__init__(self, AST, start) source code
 
preprocess(self, rule, func) source code
 
buildASTNode(self, args, lhs) source code
 
terminal(self, token) source code
 
nonterminal(self, type, args) source code

Inherited from GenericParser: addRule, ambiguity, augment, buildState, buildTree, buildTree_r, collectRules, error, makeFIRST, parse, resolve, typestring

Class Variables [hide private]

Inherited from GenericParser (private): _EOF, _START

Method Details [hide private]

__init__(self, AST, start)
(Constructor)

source code 
Overrides: GenericParser.__init__

preprocess(self, rule, func)

source code 
Overrides: GenericParser.preprocess