org.makumba.analyser.interfaces
Interface JavaAnalyzer

All Known Implementing Classes:
JavaSourceAnalyzer

public interface JavaAnalyzer

The interface of a Java analyzer.

Version:
$Id: JavaAnalyzer.java 3694 2009-02-11 00:41:05Z rosso_nero $
Author:

Method Summary
 Object endPage(Object status)
          the end of the page
 Object makeStatusHolder(Object initStatus)
          make a status holder, which is passed to all other methods
 

Method Detail

endPage

Object endPage(Object status)
the end of the page

Returns:
the result of the analysis

makeStatusHolder

Object makeStatusHolder(Object initStatus)
make a status holder, which is passed to all other methods

Parameters:
initStatus - an initial status to be passed to the JavaAnalyzer. for example, the pageContext for an example-based analyzer