PHP Interface PDepend\ProcessListener

Inheritance: extends PDepend\Source\ASTVisitor\ASTVisitListener, extends PDepend\Metrics\AnalyzerListener
Datei anzeigen Open project: horde/horde

Public Methods

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.

Method Details

endAnalyzeProcess() public method

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

endFileParsing() public method

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

endLogProcess() public method

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

endParseProcess() public method

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.
return void

startAnalyzeProcess() public method

Is called when PDepend starts the analyzing process.
public startAnalyzeProcess ( ) : void
return void

startFileParsing() public method

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

startLogProcess() public method

Is called when PDepend starts the logging process.
public startLogProcess ( ) : void
return void

startParseProcess() public method

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.
return void