buffalo
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages Concepts
bf::ProductionRule< G > Class Template Reference

#include <buffalo.h>

Public Member Functions

ProductionRuleoperator+ (Terminal< G > &rhs)
 
ProductionRuleoperator+ (NonTerminal< G > &rhs)
 
ProductionRuleShort (Terminal< G > &lookahead)
 
ProductionRuleoperator<=> (typename NonTerminal< G >::TransductorType tranductor)
 
bool operator== (ProductionRule< G > const &other) const
 
void Transduce (ValueTokenAccessor< G > &$) const
 
 ProductionRule (Terminal< G > &terminal)
 
 ProductionRule (NonTerminal< G > &nonterminal)
 

Protected Attributes

NonTerminal< G >::TransductorType transductor_ = nullptr
 
std::vector< Symbol< G > > sequence_
 
std::size_t precedence = -1
 
NonTerminal< G > * non_terminal_ = nullptr
 
ProductionRuleModifiers< Gmod_ {}
 

Friends

class Grammar< G >
 
struct LRItem< G >
 
class Parser< G >
 
class SLRParser< G >
 
class GrammarDefinitionError< G >
 

Detailed Description

template<IGrammar G>
class bf::ProductionRule< G >

Definition at line 584 of file buffalo.h.

Constructor & Destructor Documentation

◆ ProductionRule() [1/2]

template<IGrammar G>
bf::ProductionRule< G >::ProductionRule ( Terminal< G > &  terminal)
inline

Definition at line 672 of file buffalo.h.

◆ ProductionRule() [2/2]

template<IGrammar G>
bf::ProductionRule< G >::ProductionRule ( NonTerminal< G > &  nonterminal)
inline

Definition at line 673 of file buffalo.h.

Member Function Documentation

◆ operator+() [1/2]

template<IGrammar G>
ProductionRule & bf::ProductionRule< G >::operator+ ( NonTerminal< G > &  rhs)
inline

Definition at line 609 of file buffalo.h.

◆ operator+() [2/2]

template<IGrammar G>
ProductionRule & bf::ProductionRule< G >::operator+ ( Terminal< G > &  rhs)
inline

Definition at line 602 of file buffalo.h.

◆ operator<=>()

template<IGrammar G>
ProductionRule & bf::ProductionRule< G >::operator<=> ( typename NonTerminal< G >::TransductorType  tranductor)
inline

Definition at line 629 of file buffalo.h.

◆ operator==()

template<IGrammar G>
bool bf::ProductionRule< G >::operator== ( ProductionRule< G > const other) const
inline

Definition at line 636 of file buffalo.h.

◆ Short()

template<IGrammar G>
ProductionRule & bf::ProductionRule< G >::Short ( Terminal< G > &  lookahead)
inline

"Short Circuits" the rule for a particular lookahead. This will ensure that this rule is not considered when a specific lookahead is ahead.

Parameters
lookaheadLookahead to short circuit on
Returns

Definition at line 622 of file buffalo.h.

◆ Transduce()

template<IGrammar G>
void bf::ProductionRule< G >::Transduce ( ValueTokenAccessor< G > &  $) const
inline

Definition at line 659 of file buffalo.h.

Friends And Related Symbol Documentation

◆ Grammar< G >

template<IGrammar G>
friend class Grammar< G >
friend

Definition at line 572 of file buffalo.h.

◆ GrammarDefinitionError< G >

template<IGrammar G>
friend class GrammarDefinitionError< G >
friend

Definition at line 572 of file buffalo.h.

◆ LRItem< G >

template<IGrammar G>
friend struct LRItem< G >
friend

Definition at line 572 of file buffalo.h.

◆ Parser< G >

template<IGrammar G>
friend class Parser< G >
friend

Definition at line 572 of file buffalo.h.

◆ SLRParser< G >

template<IGrammar G>
friend class SLRParser< G >
friend

Definition at line 572 of file buffalo.h.

Member Data Documentation

◆ mod_

template<IGrammar G>
ProductionRuleModifiers<G> bf::ProductionRule< G >::mod_ {}
protected

Definition at line 599 of file buffalo.h.

◆ non_terminal_

template<IGrammar G>
NonTerminal<G>* bf::ProductionRule< G >::non_terminal_ = nullptr
protected

Definition at line 597 of file buffalo.h.

◆ precedence

template<IGrammar G>
std::size_t bf::ProductionRule< G >::precedence = -1
protected

Definition at line 595 of file buffalo.h.

◆ sequence_

template<IGrammar G>
std::vector<Symbol<G> > bf::ProductionRule< G >::sequence_
protected

Definition at line 594 of file buffalo.h.

◆ transductor_

template<IGrammar G>
NonTerminal<G>::TransductorType bf::ProductionRule< G >::transductor_ = nullptr
protected

Definition at line 593 of file buffalo.h.


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