Searched refs:TokenList (Results 1 – 4 of 4) sorted by relevance
115 class TokenList(list): class182 class WhiteSpaceTokenList(TokenList):193 class UnstructuredTokenList(TokenList):197 class Phrase(TokenList):200 class Word(TokenList):208 class Atom(TokenList):212 class Token(TokenList):217 class EncodedWord(TokenList):224 class QuotedString(TokenList):289 class AddressList(TokenList):[all …]
298 kwds['parse_tree'] = parser.TokenList()307 kwds['parse_tree'] = parser.TokenList()
103 for (TokenList::const_iterator i = parsed_.begin(); i != parsed_.end(); ++i) { in Evaluate()126 for (TokenList::const_iterator i = parsed_.begin(); in Serialize()139 for (TokenList::const_iterator i = parsed_.begin(); in Unparse()
54 typedef std::vector<std::pair<std::string, TokenType> > TokenList; typedef55 TokenList parsed_;