PHP 인터페이스 PDepend\ProcessListener

상속: extends PDepend\Source\ASTVisitor\ASTVisitListener, extends PDepend\Metrics\AnalyzerListener
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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