#include <parse_tree_node.hpp>
Public Types | |
using | node_end_error = lexy::expected_token_end |
Static Public Member Functions | |
template<typename Reader > | |
static constexpr auto | node_child_reader (Reader &reader) |
static LEXY_CONSTEVAL auto | node_kind () |
static LEXY_CONSTEVAL auto | node_kind_name () |
Additional Inherited Members | |
Public Member Functions inherited from lexyd::_n< _tn< Kind > > | |
constexpr auto | operator() (Rule) const |
Definition at line 176 of file parse_tree_node.hpp.
using lexyd::_tn< Kind >::node_end_error = lexy::expected_token_end |
Definition at line 189 of file parse_tree_node.hpp.
|
inlinestaticconstexpr |
Definition at line 192 of file parse_tree_node.hpp.
|
inlinestatic |
Definition at line 178 of file parse_tree_node.hpp.
|
inlinestatic |
Definition at line 183 of file parse_tree_node.hpp.