◆ PHPImportVisitor()
  
  | 
        
          | Php::PHPImportVisitor::PHPImportVisitor | ( | TokenStream * | str, |  
          |  |  | const QString & | content = QString() ) |  | inline | 
 
 
◆ _printToken()
  
  | 
        
          | void Php::PHPImportVisitor::_printToken | ( | AstNode * | node, |  
          |  |  | const QString & | mType, |  
          |  |  | const QString & | mName = QString() ) |  | inline | 
 
 
◆ setFileName()
  
  | 
        
          | void Php::PHPImportVisitor::setFileName | ( | const QString & | fileName | ) |  |  | inline | 
 
 
◆ tokenValue() [1/2]
  
  | 
        
          | QString Php::PHPImportVisitor::tokenValue | ( | AstNode * | node | ) |  |  | inline | 
 
 
◆ tokenValue() [2/2]
  
  | 
        
          | QString Php::PHPImportVisitor::tokenValue | ( | const KDevPG::ListNode< Php::NamespacedIdentifierAst * > * | node | ) |  |  | inline | 
 
 
◆ visitClassDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitClassDeclarationStatement | ( | ClassDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitClassExtends()
  
  | 
        
          | void Php::PHPImportVisitor::visitClassExtends | ( | ClassExtendsAst * | node | ) |  |  | inline | 
 
 
◆ visitClassImplements()
  
  | 
        
          | void Php::PHPImportVisitor::visitClassImplements | ( | ClassImplementsAst * | node | ) |  |  | inline | 
 
 
◆ visitClassStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitClassStatement | ( | ClassStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitClassVariable()
  
  | 
        
          | void Php::PHPImportVisitor::visitClassVariable | ( | ClassVariableAst * | node | ) |  |  | inline | 
 
 
◆ visitFunctionDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitFunctionDeclarationStatement | ( | FunctionDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitInterfaceDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitInterfaceDeclarationStatement | ( | InterfaceDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitNamespaceDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitNamespaceDeclarationStatement | ( | NamespaceDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitSimpleNamespaceDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitSimpleNamespaceDeclarationStatement | ( | NamespaceDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitStapledNamespaceDeclarationStatement()
  
  | 
        
          | void Php::PHPImportVisitor::visitStapledNamespaceDeclarationStatement | ( | NamespaceDeclarationStatementAst * | node | ) |  |  | inline | 
 
 
◆ visitStart()
  
  | 
        
          | void Php::PHPImportVisitor::visitStart | ( | StartAst * | node | ) |  |  | inline | 
 
 
◆ visitUseNamespace()
  
  | 
        
          | void Php::PHPImportVisitor::visitUseNamespace | ( | UseNamespaceAst * | node | ) |  |  | inline | 
 
 
◆ m_content
      
        
          | QString Php::PHPImportVisitor::m_content | 
      
 
 
◆ m_currentNamespace
      
        
          | QVector<QPointer<UMLPackage> > Php::PHPImportVisitor::m_currentNamespace | 
      
 
 
◆ m_currentScope
      
        
          | QStringList Php::PHPImportVisitor::m_currentScope | 
      
 
 
◆ m_fileName
      
        
          | QString Php::PHPImportVisitor::m_fileName | 
      
 
 
◆ m_indent
      
        
          | int Php::PHPImportVisitor::m_indent | 
      
 
 
◆ m_nsCnt
      
        
          | int Php::PHPImportVisitor::m_nsCnt | 
      
 
 
◆ m_str
      
        
          | TokenStream* Php::PHPImportVisitor::m_str | 
      
 
 
◆ m_usingClasses
      
        
          | QList<QPointer<UMLClassifier> > Php::PHPImportVisitor::m_usingClasses | 
      
 
 
The documentation for this class was generated from the following file: