de.uni_paderborn.fujaba.messages
Interface CompilerMessage

All Known Implementing Classes:
CompilerErrorMessage, CompilerWarning

public interface CompilerMessage

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.2 $ $Date: 2005/03/04 14:43:28 $
Author:
$Author: cschneid $

Method Summary
 java.lang.String getClassName()
          Get the className attribute of the CompilerMessage object
 int getLineNumber()
          Get the lineNumber attribute of the CompilerMessage object
 

Method Detail

getLineNumber

public int getLineNumber()
Get the lineNumber attribute of the CompilerMessage object

Returns:
The lineNumber value

getClassName

public java.lang.String getClassName()
Get the className attribute of the CompilerMessage object

Returns:
The className value