Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class JavascriptLexer

Tokenises a javascript file.

Authors

Variables

NameVisibilityDescription
$reserved_values 
$reserved_words 
$single_characters 

Functions

NameVisibilityDescription
processpublicShould return an array of zero or more Token objects
resetStatepublicResets any state variables used by this class back to their initial state

public process

unknown $JavascriptLexer->process ( mixed $source );

Should return an array of zero or more Token objects

public resetState

void $JavascriptLexer->resetState ( );

Resets any state variables used by this class back to their initial state