Pelzini

This is the code documentation for the Pelzini project

class JavascriptAnalyser

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

Source code (3 results)

/processor/javascript_analyser.php   Highlighted file source

Line 23: * Contains the {@link JavascriptAnalyser} class
Line 33: class JavascriptAnalyser extends Analyser {

/processor/javascript_parser.php   Highlighted file source

Line 41: $this->analyser = new JavascriptAnalyser();

/processor/token.php   Highlighted file source

Line 24: * These tokens are used to create various ParserItems, by passing them to an Analyser (e.g. the JavascriptAnalyser)

A total of 4 lines in 3 files were found