PHP Interface PDepend\ProcessListener

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

Méthodes publiques

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

Method Details

endAnalyzeProcess() public méthode

Is called when PDepend has finished the analyzing process.
public endAnalyzeProcess ( ) : void
Résultat void

endFileParsing() public méthode

Is called when PDepend has finished a file.
public endFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void
$tokenizer PDepend\Source\Tokenizer\Tokenizer
Résultat void

endLogProcess() public méthode

Is called when PDepend has finished the logging process.
public endLogProcess ( ) : void
Résultat void

endParseProcess() public méthode

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

startAnalyzeProcess() public méthode

Is called when PDepend starts the analyzing process.
public startAnalyzeProcess ( ) : void
Résultat void

startFileParsing() public méthode

Is called when PDepend starts parsing of a new file.
public startFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void
$tokenizer PDepend\Source\Tokenizer\Tokenizer
Résultat void

startLogProcess() public méthode

Is called when PDepend starts the logging process.
public startLogProcess ( ) : void
Résultat void

startParseProcess() public méthode

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