phpDocumentorTWordParserLike 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 | 
		static concatTokens (line 193)
	Utility function to convert a series of tokens into a string
		static tokenEquals (line 178)
	Utility function to determine whether two tokens from the tokenizer are equal
		addFileSource (line 278)
	Wrapper for addSource() used to retrieve the entire source code organized by line number in setup()
		addSource (line 300)
	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.
		backupPos (line 361)
	backs the parser up to the previous position
		findGlobal (line 347)
	Tell the phpDocumentorTWordParser to return the entire global variable if it is found.
		getFileSource (line 148)
	gets the source code tokens
		getSource (line 135)
	loads up next set of source code
		getWord (line 218)
	Retrieve a token for the phpDocumentorTParser
		setup (line 117)
	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