Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class CAnalyser

Analyses the C tokens, and creates a set of ParserItem objects.

Authors

Functions

NameVisibilityDescription
processpublicShould create ParserItem objects that represent the provided tokens
resetStatepublicResets any state variables used by this class back to their initial state

public process

boolean $CAnalyser->process ( mixed $tokens , mixed $parser_file );

Should create ParserItem objects that represent the provided tokens
and apply those objects to the ParserFile specified.

public resetState

void $CAnalyser->resetState ( );

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