|
|
| _init_subtrees(self,
sym) |
|
|
|
|
|
|
|
| _store_token(self,
sym,
cursor,
sub_trees,
tok) |
|
|
|
|
| _terminate(self,
sym,
cursor,
a) |
|
|
|
|
| _derive_tree(self,
sym,
cursor,
sub_trees) |
|
|
|
|
| handle_error(self,
sym,
cursor,
sub_trees,
tok,
selection) |
|
|
|
|
| parse(self,
tokstream,
start_symbol=None) |
|
|
|
|
| is_pseudo_reachable(self,
c,
s) |
|
|
|
|
| _dbg_info(self,
selection,
char,
T,
move) |
|
|
|
|
| __dbg_info(self,
selection,
char,
sym) |
|
|
|
|
| _parse(self,
tokstream,
sym,
c) |
|
|
|
|
_process_cst(*args,
**kwargs)
Scanning is considered as an action that mediates an input stream of
characters ( original token-stream ) and a partitioned output stream. |
|
|
|
|
|
|
Inherited from Lexer:
__init__,
create_graph,
get_token_type,
is_pseudotoken,
matches
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|