![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cppgenerator.h>
Public Member Functions | |
CppGenerator (const Recognizer &p, Grammar &grammar, Automaton &aut, bool verbose) | |
void | operator() () |
bool | debugInfo () const |
void | setDebugInfo (bool d) |
void | setCopyright (bool t) |
void | setWarningsAreErrors (bool e) |
Definition at line 14 of file cppgenerator.h.
|
inline |
Definition at line 17 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 28 of file cppgenerator.h.
void CppGenerator::operator() | ( | ) |
Definition at line 84 of file cppgenerator.cpp.
References Grammar::expected_reduce_reduce, Grammar::expected_shift_reduce, Grammar::goal, Automaton::id(), Grammar::isNonTerminal(), Grammar::non_terminals, QT_FORWARD_DECLARE_CLASS(), Grammar::rules, Automaton::states, and Grammar::terminals.
Referenced by main().
|
inline |
Definition at line 31 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 29 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 33 of file cppgenerator.h.
Referenced by main().