Package org.eclipse.cdt.core
Interface IErrorParserNamed
-
- All Superinterfaces:
Cloneable,IErrorParser
- All Known Implementing Classes:
ErrorParserNamedWrapper,FixitErrorParser,RegexErrorParser
public interface IErrorParserNamed extends IErrorParser, Cloneable
Extension of IErrorParser interface to attach id and names to an error parser. Clients must implementObject.clone()andObject.equals(java.lang.Object)methods to avoid slicing.- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()voidsetId(String id)Set error parser ID.voidsetName(String name)Set error parser name.-
Methods inherited from interface org.eclipse.cdt.core.IErrorParser
processLine
-
-