|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CspAnalyserListener
AnalysisListener.
Method Summary | |
---|---|
void |
analysed(Node node)
This method is called after the analyser has analysed the node. |
void |
analysing(Node node)
This method is called before the analyser has analysed the node. |
void |
catchException(CspAnalyserException e)
This method is called when an exception/error occur during the analysis. |
void |
finish()
This method is called after the analysis finishes. |
void |
start()
This method is called when the analysis starts. |
void |
warning(int line,
int column,
java.lang.String message)
This method is called when an warning occur during the analysis. |
Method Detail |
---|
void start()
void analysing(Node node)
node
- The node to be analysed.void analysed(Node node)
node
- The node analysed.void catchException(CspAnalyserException e)
e
- The exception/error occurred.void warning(int line, int column, java.lang.String message)
line
- The line where the error occurs.column
- The column where the error occurs.message
- The menssage of the problem found.void finish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |