PHP Интерфейс PDepend\ProcessListener

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

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

Метод Описание
endAnalyzeProcess ( ) : void Is called when PDepend has finished the analyzing process.
endFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void Is called when PDepend has finished a file.
endLogProcess ( ) : void Is called when PDepend has finished the logging process.
endParseProcess ( PDepend\Source\Builder\Builder $builder ) : void Is called when PDepend has finished the file parsing process.
startAnalyzeProcess ( ) : void Is called when PDepend starts the analyzing process.
startFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void Is called when PDepend starts parsing of a new file.
startLogProcess ( ) : void Is called when PDepend starts the logging process.
startParseProcess ( PDepend\Source\Builder\Builder $builder ) : void Is called when PDepend starts the file parsing process.

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

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

Is called when PDepend has finished the analyzing process.
public endAnalyzeProcess ( ) : void
Результат void

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

Is called when PDepend has finished a file.
public endFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void
$tokenizer PDepend\Source\Tokenizer\Tokenizer
Результат void

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

Is called when PDepend has finished the logging process.
public endLogProcess ( ) : void
Результат void

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

Is called when PDepend has finished the file parsing process.
public endParseProcess ( PDepend\Source\Builder\Builder $builder ) : void
$builder PDepend\Source\Builder\Builder The used node builder instance.
Результат void

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

Is called when PDepend starts the analyzing process.
public startAnalyzeProcess ( ) : void
Результат void

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

Is called when PDepend starts parsing of a new file.
public startFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void
$tokenizer PDepend\Source\Tokenizer\Tokenizer
Результат void

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

Is called when PDepend starts the logging process.
public startLogProcess ( ) : void
Результат void

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

Is called when PDepend starts the file parsing process.
public startParseProcess ( PDepend\Source\Builder\Builder $builder ) : void
$builder PDepend\Source\Builder\Builder The used node builder instance.
Результат void