java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.LookaheadParser
edu.hm.hafner.analysis.parser.Gcc4CompilerParser
edu.hm.hafner.analysis.parser.DoxygenParser
- All Implemented Interfaces:
Serializable
A parser for Doxygen.
- Author:
- Ladislav Moravek
- See Also:
-
Field Summary
Fields inherited from class edu.hm.hafner.analysis.LookaheadParser
ANT_TASKFields inherited from class edu.hm.hafner.analysis.IssueParser
ADDITIONAL_PROPERTIES, CATEGORY, COLUMN_END, COLUMN_START, DESCRIPTION, FILE_NAME, FINGERPRINT, ID, LINE_END, LINE_RANGE_END, LINE_RANGE_START, LINE_RANGES, LINE_START, MESSAGE, MODULE_NAME, ORIGIN, PACKAGE_NAME, SEVERITY, TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.hm.hafner.analysis.parser.Gcc4CompilerParser
createIssue, isLineInterestingMethods inherited from class edu.hm.hafner.analysis.LookaheadParser
parse, postProcess, preprocessLineMethods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
DoxygenParser
public DoxygenParser()Creates a new instance ofDoxygenParser.
-