Like WordParser, but expects an array of tokens from the tokenizer instead of a string.
Located in /phpDocumentor/phpDocumentorTWordParser.inc (line 59)
WordParser | --phpDocumentorTWordParser
Class | Description |
---|---|
phpDocumentor_HighlightWordParser | Retrieve tokens from an array of tokens organized by line numbers |
Utility function to convert a series of tokens into a string
Utility function to determine whether two tokens from the tokenizer are equal
Wrapper for addSource() used to retrieve the entire source code organized by line number in setup()
Generate source token arrays organized by line number
This code will split up tokens that contain "\n" and add them to the source code as separate tokens on different lines.
backs the parser up to the previous position
Tell the phpDocumentorTWordParser to return the entire global variable if it is found.
gets the source code tokens
loads up next set of source code
Retrieve a token for the phpDocumentorTParser
Uses http://www.php.net/token_get_all to tokenize the source code.
Inherited From WordParser
WordParser::backupPos()
WordParser::getBlock()
WordParser::getPos()
WordParser::getSource()
WordParser::getWord()
WordParser::setPos()
WordParser::setSeperator()
WordParser::setup()
WordParser::setWhitespace()
Documentation generated on Mon, 05 Dec 2011 21:06:46 -0600 by phpDocumentor 1.4.4