ModErn Text Analysis
META Enumerates Textual Applications
|
Abstract base class for visitors over parse trees that are allowed to modify the underlying tree. More...
#include <visitor.h>
Public Types | |
using | result_type = T |
The result of running the visitor over the tree. | |
Public Member Functions | |
virtual result_type | operator() (leaf_node &)=0 |
virtual result_type | operator() (internal_node &)=0 |
Abstract base class for visitors over parse trees that are allowed to modify the underlying tree.
|
pure virtual |
Implemented in meta::parser::head_finder.
|
pure virtual |
Implemented in meta::parser::head_finder.