org.eclipse.cdt.core
Interface IErrorParser

All Known Implementing Classes:
AbstractErrorParser, GASErrorParser, GCCErrorParser, GLDErrorParser, MakeErrorParser, VCErrorParser

public interface IErrorParser


Method Summary
 boolean processLine(java.lang.String line, ErrorParserManager eoParser)
          Finds error or warnings on the given line
 

Method Detail

processLine

boolean processLine(java.lang.String line,
                    ErrorParserManager eoParser)
Finds error or warnings on the given line