#include <earley-parser.h>
Definition at line 213 of file earley-parser.h.
◆ Rule()
◆ left()
Symbol * v8::internal::torque::Rule::left |
( |
| ) |
const |
|
inline |
◆ right()
const std::vector< Symbol * > & v8::internal::torque::Rule::right |
( |
| ) |
const |
|
inline |
◆ RunAction()
std::optional< ParseResult > v8::internal::torque::Rule::RunAction |
( |
const Item * | completed_item, |
|
|
const LexerResult & | tokens ) const |
◆ SetLeftHandSide()
void v8::internal::torque::Rule::SetLeftHandSide |
( |
Symbol * | left_hand_side | ) |
|
|
inline |
◆ action_
Action v8::internal::torque::Rule::action_ |
|
private |
◆ left_hand_side_
Symbol* v8::internal::torque::Rule::left_hand_side_ = nullptr |
|
private |
◆ right_hand_side_
std::vector<Symbol*> v8::internal::torque::Rule::right_hand_side_ |
|
private |
The documentation for this class was generated from the following files: