Package edu.hm.hafner.analysis.parser
Class DoxygenParser
- 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
public class DoxygenParser extends Gcc4CompilerParser
A parser for Doxygen.- Author:
- Ladislav Moravek
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.hm.hafner.analysis.LookaheadParser
ANT_TASK
-
-
Constructor Summary
Constructors Constructor Description DoxygenParser()Creates a new instance ofDoxygenParser.
-
Method Summary
-
Methods inherited from class edu.hm.hafner.analysis.parser.Gcc4CompilerParser
createIssue, isLineInteresting
-
Methods inherited from class edu.hm.hafner.analysis.LookaheadParser
parse, postProcess
-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
-
-
-
Constructor Detail
-
DoxygenParser
public DoxygenParser()
Creates a new instance ofDoxygenParser.
-
-