|
SPRAAK
|
Inheritance diagram for spr_parser.TokenSeqFlt:
Collaboration diagram for spr_parser.TokenSeqFlt:Public Member Functions | |
| def | __init__ |
| a filter on top of a token sequence More... | |
| def | get_next |
| def | get_type |
| def | get_str |
| def | get_loc |
| def | get_src |
| def | include |
Public Member Functions inherited from spr_parser.TokenSeq | |
| def | __init__ |
| items must have the following fields and/or methods next reference to next token type the main type str the text making up this token (optional method, BF: lower level) loc location of the (optional method, BF: lower level) src tuple (first-1,first,last) refering to the lower level More... | |
| def | __iter__ |
| reference to the dummy token before the first token More... | |
| def | get_next |
| global note: the 'except' cases are usually the 'normal' cases (python weirdness) More... | |
| def | get_type |
| def | get_str |
| def | get_strs |
| def | get_loc |
| def | get_src |
| def spr_parser.TokenSeqFlt.__init__ | ( | self, | |
| name, | |||
| tseq_in | |||
| ) |
a filter on top of a token sequence
| def spr_parser.TokenSeqFlt.get_next | ( | self, | |
| tref | |||
| ) |
| def spr_parser.TokenSeqFlt.get_type | ( | self, | |
| tref | |||
| ) |
| def spr_parser.TokenSeqFlt.get_str | ( | self, | |
| tref | |||
| ) |
| def spr_parser.TokenSeqFlt.get_loc | ( | self, | |
| tref | |||
| ) |
| def spr_parser.TokenSeqFlt.get_src | ( | self, | |
| tref | |||
| ) |
| def spr_parser.TokenSeqFlt.include | ( | self, | |
| tref | |||
| ) |
1.8.6