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

Class GenericASTMatcher

source code

GenericParser --+
                |
               GenericASTMatcher

Instance Methods [hide private]
 
__init__(self, start, ast) source code
 
preprocess(self, rule, func) source code
 
foundMatch(self, args, func) source code
 
match_r(self, node) source code
 
match(self, ast=None) source code
 
resolve(self, list) source code

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

Class Variables [hide private]

Inherited from GenericParser (private): _EOF, _START

Method Details [hide private]

__init__(self, start, ast)
(Constructor)

source code 
Overrides: GenericParser.__init__

preprocess(self, rule, func)

source code 
Overrides: GenericParser.preprocess

resolve(self, list)

source code 
Overrides: GenericParser.resolve