PHP Interface PDepend\Metrics\AnalyzerListener

Inheritance: extends PDepend\Source\ASTVisitor\ASTVisitListener
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
endAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void This method is called when the analyzer has finished code processing.
startAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void This method is called when the analyzer starts code processing.

Method Details

endAnalyzer() public method

This method is called when the analyzer has finished code processing.
public endAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void
$analyzer PDepend\Metrics\Analyzer The context analyzer instance.
return void

startAnalyzer() public method

This method is called when the analyzer starts code processing.
public startAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void
$analyzer PDepend\Metrics\Analyzer The context analyzer instance.
return void