Package EasyExtend :: Package trail :: Module nfaparser :: Class NFAParser
[hide private]
[frames] | no frames]

Class NFAParser

object --+    
         |    
  EEParser --+
             |
            NFAParser

Instance Methods [hide private]
 
_init_subtrees(self, sym)
 
_new_cursor(self, sym)
 
_store_token(self, sym, cursor, sub_trees, tok)
 
_derive_tree(self, sym, cursor, sub_trees)
 
handle_error(self, sym, cursor, sub_trees, tok, selection, tokstream)
 
untokenize_line(self, tokenstream)
Method used to reconstruct current line from tokenstream for highlighting errors.
 
_dbg_info(self, selection, tok, T, move)
 
parse(self, tokstream, start_symbol=None)
 
_parse(*args, **kwargs)

Inherited from EEParser: __init__, create_graph, get_token_type, matches

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

untokenize_line(self, tokenstream)

 

Method used to reconstruct current line from tokenstream for highlighting errors.

Point of analysis is the position of the current token.

_parse(*args, **kwargs)

 
Decorators:
  • @EasyExtend.util.psyco_optimized