![]() |
Qt 6.x
The Qt SDK
|
#include <lalr.h>
Public Member Functions | |
Lookback (StatePointer s, Name n) | |
bool | operator== (const Lookback &other) const |
bool | operator!= (const Lookback &other) const |
bool | operator< (const Lookback &other) const |
Public Attributes | |
StatePointer | state |
Name | nt |
|
inline |
|
inline |
bool Lookback::operator< | ( | const Lookback & | other | ) | const |
|
inline |
Name Lookback::nt |
Definition at line 81 of file lalr.h.
Referenced by Automaton::buildLookaheads(), Automaton::dump(), operator!=(), operator<(), and operator==().
StatePointer Lookback::state |
Definition at line 80 of file lalr.h.
Referenced by Automaton::buildLookaheads(), Automaton::dump(), operator!=(), operator<(), and operator==().