blob: b88a2cb174f8e8053fad077543abb8d5830bd846 [file] [log] [blame]
package org.eclipse.cdt.core;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface IErrorParser {
/**
* Finds error or warnings on the given line
*/
boolean processLine(String line, ErrorParserManager eoParser);
}