FixedFormParser Class Reference
#include <fixedformparser.h>
Collaboration diagram for FixedFormParser:

Public Member Functions | |
FixedFormParser (CodeModel *model) | |
void | parse (const QString &fileName) |
Private Member Functions | |
void | process (const QCString &line, const QString &fileName, int lineNum) |
Private Attributes | |
CodeModel * | m_model |
FileDom | m_file |
QRegExp | functionre |
QRegExp | subroutinere |
Constructor & Destructor Documentation
|
Definition at line 20 of file fixedformparser.cpp. References functionre, m_model, and subroutinere. |
Member Function Documentation
|
Definition at line 61 of file fixedformparser.cpp. References CodeModel::addFile(), CodeModel::create(), m_file, m_model, and process(). Referenced by FortranSupportPart::maybeParse(). |
|
Definition at line 33 of file fixedformparser.cpp. References CodeModel::create(), FunctionDom, functionre, m_file, m_model, and subroutinere. Referenced by parse(). |
Member Data Documentation
|
Definition at line 32 of file fixedformparser.h. Referenced by FixedFormParser(), and process(). |
|
Definition at line 31 of file fixedformparser.h. |
|
Definition at line 30 of file fixedformparser.h. Referenced by FixedFormParser(), parse(), and process(). |
|
Definition at line 32 of file fixedformparser.h. Referenced by FixedFormParser(), and process(). |
The documentation for this class was generated from the following files:
- languages/fortran/fixedformparser.h
- languages/fortran/fixedformparser.cpp