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 String
getId()
String
getName()
void
setId(String id)
Set error parser ID.void
setName(String name)
Set error parser name.-
Methods inherited from interface org.eclipse.cdt.core.IErrorParser
processLine
-
-