buffalo
Loading...
Searching...
No Matches
bf::LRAction< G > Struct Template Reference

#include <buffalo.h>

Public Attributes

LRActionType type = LRActionType::kError
 
union { 
 
   lrstate_id_t   state 
 
   ProductionRule< G > const *   rule 
 
};  
 

Detailed Description

template<IGrammar G>
struct bf::LRAction< G >

LR ACTION

Template Parameters
G

Definition at line 801 of file buffalo.h.

Member Data Documentation

◆ [union]

union { ... } bf::LRAction< G >

◆ rule

template<IGrammar G>
ProductionRule<G> const* bf::LRAction< G >::rule

Definition at line 808 of file buffalo.h.

◆ state

template<IGrammar G>
lrstate_id_t bf::LRAction< G >::state

Definition at line 807 of file buffalo.h.

◆ type

template<IGrammar G>
LRActionType bf::LRAction< G >::type = LRActionType::kError

Definition at line 803 of file buffalo.h.


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