7#include <QtCore/qglobal.h>
int main(int argc, char *argv[])
[2]
ReadsGraph::iterator ReadNode
void buildDefaultReduceActions()
void visitReadNode(ReadNode node)
void dump(QTextStream &out, IncludeNode incl)
void buildIncludesDigraph()
std::pair< StatePointer, bool > internState(const State &state)
IncludesGraph::iterator IncludeNode
void buildIncludesAndFollows()
void visitIncludeNode(IncludeNode node)
void dump(QTextStream &out, const Lookback &lp)
Node< Include > IncludesGraph
QMultiMap< ItemPointer, Lookback > lookbacks
void closure(StatePointer state)
QMap< ItemPointer, NameSet > lookaheads
CppGenerator(const Recognizer &p, Grammar &grammar, Automaton &aut, bool verbose)
void setWarningsAreErrors(bool e)
void setDebugInfo(bool d)
void setCopyright(bool t)
void operator()(Automaton *a)
DotGraph(QTextStream &out)
QMap< Name, QString > spells
Name intern(const char *id)
int expected_reduce_reduce
QMap< Name, TokenInfo > token_info
bool isNonTerminal(Name name) const
std::list< QString > names
bool isTerminal(Name name) const
void buildExtendedGrammar()
Name intern(const QString &id)
int expected_shift_reduce
bool operator<(const Include &other) const
Include(StatePointer s, Name n)
bool operator==(const Include &other) const
bool operator!=(const Include &other) const
bool isReduceItem() const
bool operator!=(const Item &other) const
NameList::iterator end_rhs() const
bool operator==(const Item &other) const
NameList::iterator begin_rhs() const
Lookback(StatePointer s, Name n)
bool operator<(const Lookback &other) const
bool operator!=(const Lookback &other) const
bool operator==(const Lookback &other) const
The Node class is the base class for all the nodes in QDoc's parse tree.
bool operator<(const Node< _Tp > &other) const
static Repository & repository()
edge_iterator end() const
static iterator get(_Tp data)
bool root
Returns a pointer to the root of the Tree this node is in.
static iterator begin_nodes()
edge_iterator begin() const
std::list< iterator > outs
std::pair< edge_iterator, bool > insertEdge(iterator other) const
std::list< iterator >::iterator edge_iterator
bool operator==(const Node< _Tp > &other) const
bool operator!=(const Node< _Tp > &other) const
Repository::iterator iterator
std::set< Node< _Tp > > Repository
static iterator end_nodes()
void operator()(Automaton *a)
bool operator!=(const Read &other) const
bool operator<(const Read &other) const
Read(StatePointer s, Name n)
bool operator==(const Read &other) const
QT_FORWARD_DECLARE_CLASS(QTextStream)
std::list< Item > ItemList
ItemList::iterator ItemPointer
StateList::iterator StatePointer
std::list< QString >::iterator Name
QMap< Name, StatePointer > Bundle
std::list< State > StateList
std::list< Rule > debug_infot
QMultiMap< Name, RulePointer > RuleMap
QTextStream & operator<<(QTextStream &out, const Rule &r)
debug_infot::iterator RulePointer
std::list< Name > NameList
QTextStream & operator<<(QTextStream &out, const Item &item)
bool operator<(Name a, Name b)
bool operator!=(const State &other) const
std::pair< ItemPointer, bool > insertClosure(const Item &item)
std::pair< ItemPointer, bool > insert(const Item &item)
RulePointer defaultReduce
QMap< Name, NameSet > reads
bool operator==(const State &o) const
QMap< Name, NameSet > follows