PHP Interface PDepend\Metrics\AnalyzerListener

Inheritance: extends PDepend\Source\ASTVisitor\ASTVisitListener
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

startAnalyzer() public méthode

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.
Résultat void