![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
typedef Name | argument_type |
typedef Name | argument_type |
Public Member Functions | |
NotNullable (Automaton *aut) | |
bool | operator() (Name name) const |
NotNullable (Automaton *aut) | |
bool | operator() (Name name) const |
Public Attributes | |
Automaton * | _M_automaton |
typedef Name NotNullable::argument_type |
typedef Name NotNullable::argument_type |
|
inline |
Definition at line 229 of file lalr.cpp.
References _M_automaton.
Referenced by Automaton::buildIncludesDigraph(), and Automaton::buildNullables().
|
inline |
Definition at line 232 of file lalr.cpp.
References _M_automaton, and Automaton::nullables.
Automaton * NotNullable::_M_automaton |
Definition at line 227 of file lalr.cpp.
Referenced by NotNullable(), and operator()().