bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::LR1::I_ParserPolicy Member List

This is the complete list of members for bux::LR1::I_ParserPolicy, including all inherited members.

action(T_StateID state, T_LexID token) const =0bux::LR1::I_ParserPolicypure virtual
changeToken(T_LexID &token, C_LexPtr &attr) constbux::LR1::I_ParserPolicyvirtual
FH_Reduce typedefbux::LR1::I_ParserPolicy
getAcceptId() const =0bux::LR1::I_ParserPolicypure virtual
getReduceInfo(size_t id, C_ReduceInfo &info) const =0bux::LR1::I_ParserPolicypure virtual
getTokenName(T_LexID token, std::string &name) constbux::LR1::I_ParserPolicyvirtual
I_ParserPolicy(T_LexID idError)bux::LR1::I_ParserPolicyinline
m_IdErrorbux::LR1::I_ParserPolicy
nextState(T_StateID state, T_LexID lex) const =0bux::LR1::I_ParserPolicypure virtual
onError(C_Parser &parser, const C_SourcePos &pos, std::string_view message) const =0bux::LR1::I_ParserPolicypure virtual
printToken(T_LexID token) constbux::LR1::I_ParserPolicy
~I_ParserPolicy()=defaultbux::LR1::I_ParserPolicyvirtual