umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Public Attributes | List of all members
PHPImportPrivate Class Reference
Collaboration diagram for PHPImportPrivate:

Public Member Functions

 PHPImportPrivate ()
 
 ~PHPImportPrivate ()
 
bool parseFile (const QStringList &files)
 
QStringList getParsedFiles (const QString &fileName)
 

Public Attributes

bool m_printAst
 
bool m_printTokens
 
QMap< QString, PhpParser * > m_parsers
 

Constructor & Destructor Documentation

◆ PHPImportPrivate()

PHPImportPrivate::PHPImportPrivate ( )
inline
Here is the call graph for this function:

◆ ~PHPImportPrivate()

PHPImportPrivate::~PHPImportPrivate ( )
inline

Member Function Documentation

◆ getParsedFiles()

QStringList PHPImportPrivate::getParsedFiles ( const QString &  fileName)
inline

◆ parseFile()

bool PHPImportPrivate::parseFile ( const QStringList &  files)
inline
Here is the call graph for this function:

Member Data Documentation

◆ m_parsers

QMap<QString, PhpParser*> PHPImportPrivate::m_parsers

◆ m_printAst

bool PHPImportPrivate::m_printAst

◆ m_printTokens

bool PHPImportPrivate::m_printTokens

The documentation for this class was generated from the following file: