org.eclipse.cdt.internal.errorparsers
Class AbstractErrorParser

java.lang.Object
  extended by org.eclipse.cdt.internal.errorparsers.AbstractErrorParser
All Implemented Interfaces:
IErrorParser
Direct Known Subclasses:
GCCErrorParser, GLDErrorParser, MakeErrorParser, VCErrorParser

public class AbstractErrorParser
extends java.lang.Object
implements IErrorParser

Author:
Doug Schaefer

Method Summary
 boolean processLine(java.lang.String line, ErrorParserManager eoParser)
          Finds error or warnings on the given line
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processLine

public boolean processLine(java.lang.String line,
                           ErrorParserManager eoParser)
Description copied from interface: IErrorParser
Finds error or warnings on the given line

Specified by:
processLine in interface IErrorParser