#include <earley-parser.h>
Definition at line 161 of file earley-parser.h.
◆ ParseResultIterator() [1/2]
v8::internal::torque::ParseResultIterator::ParseResultIterator |
( |
std::vector< ParseResult > | results, |
|
|
MatchedInput | matched_input ) |
|
inlineexplicit |
◆ ParseResultIterator() [2/2]
◆ HasNext()
bool v8::internal::torque::ParseResultIterator::HasNext |
( |
| ) |
const |
|
inline |
◆ matched_input()
const MatchedInput & v8::internal::torque::ParseResultIterator::matched_input |
( |
| ) |
const |
|
inline |
◆ Next()
ParseResult v8::internal::torque::ParseResultIterator::Next |
( |
| ) |
|
|
inline |
◆ NextAs()
T v8::internal::torque::ParseResultIterator::NextAs |
( |
| ) |
|
|
inline |
◆ operator=()
◆ i_
size_t v8::internal::torque::ParseResultIterator::i_ = 0 |
|
private |
◆ matched_input_
MatchedInput v8::internal::torque::ParseResultIterator::matched_input_ |
|
private |
◆ results_
std::vector<ParseResult> v8::internal::torque::ParseResultIterator::results_ |
|
private |
The documentation for this class was generated from the following file: