Method |
Description |
|
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. |
|