Class AbstractErrorParser

java.lang.Object
org.eclipse.cdt.core.errorparsers.AbstractErrorParser
All Implemented Interfaces:
IErrorParser

public class AbstractErrorParser extends Object implements IErrorParser
Abstract Error Parser that implements simple line processing using patterns array
Since:
5.1
  • Constructor Details

    • AbstractErrorParser

      protected AbstractErrorParser(ErrorPattern[] patterns)
  • Method Details

    • processLine

      public boolean processLine(String line, ErrorParserManager manager)
      Description copied from interface: IErrorParser
      Finds error or warnings on the given line
      Specified by:
      processLine in interface IErrorParser
      Parameters:
      line - - line of the input
      manager - - error parsers manager
      Returns:
      true if error parser recognized and accepted line, false otherwise