PHP 인터페이스 PDepend\Metrics\AnalyzerListener

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

공개 메소드들

메소드 설명
endAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void This method is called when the analyzer has finished code processing.
startAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void This method is called when the analyzer starts code processing.

메소드 상세

endAnalyzer() 공개 메소드

This method is called when the analyzer has finished code processing.
public endAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void
$analyzer PDepend\Metrics\Analyzer The context analyzer instance.
리턴 void

startAnalyzer() 공개 메소드

This method is called when the analyzer starts code processing.
public startAnalyzer ( PDepend\Metrics\Analyzer $analyzer ) : void
$analyzer PDepend\Metrics\Analyzer The context analyzer instance.
리턴 void