Analitza
MathMLPresentationLexer Class Reference
#include <mathmlpresentationlexer.h>
Inheritance diagram for MathMLPresentationLexer:
Public Member Functions | |
MathMLPresentationLexer (const QString &source) | |
Public Member Functions inherited from AbstractLexer | |
AbstractLexer (const QString &source) | |
virtual | ~AbstractLexer () |
QString | error () const |
bool | isCompleteExpression (bool justempty=false) |
bool | isCompletelyRead () const |
int | lex () |
int | lineNumber () const |
Additional Inherited Members | |
Public Attributes inherited from AbstractLexer | |
TOKEN | current |
Protected Member Functions inherited from AbstractLexer | |
void | printQueue (const QQueue< TOKEN > &q) const |
Protected Attributes inherited from AbstractLexer | |
QString | m_err |
int | m_lines |
int | m_openCb |
int | m_openPr |
QString | m_source |
QQueue< TOKEN > | m_tokens |
Static Protected Attributes inherited from AbstractLexer | |
static QHash< QString, int > | m_longOperators |
static QHash< QChar, int > | m_operators |
Detailed Description
Definition at line 29 of file mathmlpresentationlexer.h.
Constructor & Destructor Documentation
MathMLPresentationLexer::MathMLPresentationLexer | ( | const QString & | source | ) |
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
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.