Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ParseTable Class Reference

#include <parsetable.h>

+ Collaboration diagram for ParseTable:

Public Member Functions

 ParseTable (QTextStream &out)
 
void operator() (Automaton *a)
 

Detailed Description

Definition at line 12 of file parsetable.h.

Constructor & Destructor Documentation

◆ ParseTable()

ParseTable::ParseTable ( QTextStream & out)

Definition at line 10 of file parsetable.cpp.

Member Function Documentation

◆ operator()()

void ParseTable::operator() ( Automaton * a)

Definition at line 15 of file parsetable.cpp.

References Automaton::_M_grammar, Grammar::isNonTerminal(), Grammar::isTerminal(), Grammar::rules, and Automaton::states.

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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