Analitza
#include <abstractlexer.h>
Definition at line 28 of file abstractlexer.h.
 
      
        
          | AbstractLexer::AbstractLexer | ( | const QString & | source | ) |  | 
      
 
 
  
  | 
        
          | virtual AbstractLexer::~AbstractLexer | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | QString AbstractLexer::error | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | virtual void AbstractLexer::getToken | ( |  | ) |  |  | protectedpure virtual | 
 
 
      
        
          | bool AbstractLexer::isCompleteExpression | ( | bool | justempty = false | ) |  | 
      
 
 
  
  | 
        
          | bool AbstractLexer::isCompletelyRead | ( |  | ) | const |  | inline | 
 
 
      
        
          | int AbstractLexer::lex | ( |  | ) |  | 
      
 
 
  
  | 
        
          | int AbstractLexer::lineNumber | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | void AbstractLexer::printQueue | ( | const QQueue< TOKEN > & | q | ) | const |  | protected | 
 
 
      
        
          | TOKEN AbstractLexer::current | 
      
 
 
  
  | 
        
          | int AbstractLexer::m_lines |  | protected | 
 
 
  
  | 
        
          | int AbstractLexer::m_openCb |  | protected | 
 
 
  
  | 
        
          | int AbstractLexer::m_openPr |  | protected | 
 
 
The documentation for this class was generated from the following file:
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.