Метод | Описание | |
---|---|---|
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. |
public endAnalyzeProcess ( ) : void | ||
Результат | void |
public endFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | ||
$tokenizer | PDepend\Source\Tokenizer\Tokenizer | |
Результат | void |
public endLogProcess ( ) : void | ||
Результат | void |
public endParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | ||
$builder | PDepend\Source\Builder\Builder | The used node builder instance. |
Результат | void |
public startAnalyzeProcess ( ) : void | ||
Результат | void |
public startFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | ||
$tokenizer | PDepend\Source\Tokenizer\Tokenizer | |
Результат | void |
public startLogProcess ( ) : void | ||
Результат | void |
public startParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | ||
$builder | PDepend\Source\Builder\Builder | The used node builder instance. |
Результат | void |