PHPParser Class Reference
#include <phpparser.h>
Collaboration diagram for PHPParser:

Public Member Functions | |
PHPParser (KDevCore *core, CodeModel *model) | |
~PHPParser () | |
void | parseFile (const QString &fileName) |
void | parseLines (QStringList *lines, const QString &fileName) |
Private Attributes | |
CodeModel * | m_model |
KDevCore * | m_core |
FileDom | m_file |
Detailed Description
- Author:
- Sandy Meier
Definition at line 26 of file phpparser.h.
Constructor & Destructor Documentation
|
Definition at line 27 of file phpparser.cpp. |
|
Definition at line 31 of file phpparser.cpp. |
Member Function Documentation
|
Definition at line 119 of file phpparser.cpp. References CodeModel::addFile(), CodeModel::create(), kdDebug(), m_file, m_model, and parseLines(). Referenced by PHPSupportPart::maybeParse(). |
|
Definition at line 33 of file phpparser.cpp. References ArgumentDom, ClassDom, CodeModel::create(), FunctionDom, kdDebug(), m_file, m_model, and VariableDom. Referenced by parseFile(), and PHPSupportPart::slotTextChanged(). |
Member Data Documentation
|
Definition at line 35 of file phpparser.h. Referenced by PHPParser(). |
|
Definition at line 36 of file phpparser.h. Referenced by parseFile(), and parseLines(). |
|
Definition at line 34 of file phpparser.h. Referenced by parseFile(), parseLines(), and PHPParser(). |
The documentation for this class was generated from the following files:
- languages/php/phpparser.h
- languages/php/phpparser.cpp