phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: ObjectWordParser

Source Location: /PhpDocumentor-1.5.0a1/phpDocumentor/ParserDescCleanup.inc

Class Overview

WordParser
   |
   --ObjectWordParser

Like WordParser but designed to handle an array with strings and


Author(s):

Version:

  • Release: 1.5.0a1

Copyright:

  • 2000-2007 Joshua Eichorn

Methods


Inherited Variables

Inherited Methods

Class: WordParser

WordParser::backupPos()
Backup to the previous token so that it can be retrieved again in a new context.
WordParser::getBlock()
Unused
WordParser::getPos()
Returns the current pointer position, or 1 character after the end of the word
WordParser::getSource()
Retrieve source code for the last function/method
WordParser::getWord()
Retrieve a token from the token list
WordParser::setPos()
Set the internal cursor within the source code
WordParser::setSeperator()
Sets the list of possible separator tokens
WordParser::setup()
Initialize the WordParser
WordParser::setWhitespace()
set parser to return or strip whitespace

Class Details

[line 130]
Like WordParser but designed to handle an array with strings and

parserInlineTags



[ Top ]


Method Detail

ObjectWordParser (Constructor)   [line 138]

ObjectWordParser ObjectWordParser( [ $casesensitive = false])


Parameters:

   $casesensitive   — 

[ Top ]

getWord   [line 166]

void getWord( )


Overrides WordParser::getWord() (Retrieve a token from the token list)
[ Top ]

nextIsObjectOrNonNL   [line 281]

boolean nextIsObjectOrNonNL( )

Determine if the next word is an inline tag

[ Top ]

setup   [line 149]

void setup( array &$input)

Set the word parser to go.

Overrides WordParser::setup() (Initialize the WordParser)

Parameters:

array   &$input   —  parserStringWithInlineTags::$value style-array, with alternating text and inline tags

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:50:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.