PHP Интерфейс PDepend\Metrics\AnalyzerListener

Наследование: extends PDepend\Source\ASTVisitor\ASTVisitListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

endAnalyzer() публичный Метод

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.
Результат void

startAnalyzer() публичный Метод

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.
Результат void