#include <tree.hpp>
Public Member Functions | |
int_node (const char *begin, const char *end) | |
int_node (int val) | |
bool | operator== (int val) |
void | accept (const_visitor &v) const |
void | accept (visitor &v) |
component * | clone () const |
string | to_string () const |
Definition at line 74 of file tree.hpp.
jdl::int_node::int_node | ( | const char * | begin, | |
const char * | end | |||
) | [inline] |
bool jdl::int_node::operator== | ( | int | val | ) | [inline] |
void int_node::accept | ( | const_visitor & | v | ) | const [virtual] |
Implements jdl::abstract_leaf< int >.
Definition at line 303 of file tree.cpp.
References jdl::const_visitor::visit().
void int_node::accept | ( | visitor & | v | ) | [virtual] |
Implements jdl::abstract_leaf< int >.
Definition at line 306 of file tree.cpp.
References jdl::visitor::visit().
component* jdl::int_node::clone | ( | ) | const [inline, virtual] |
Implements jdl::component.
Definition at line 87 of file tree.hpp.
References jdl::abstract_leaf< int >::data(), and int_node().
string jdl::int_node::to_string | ( | ) | const [inline, virtual] |
Implements jdl::component.
Definition at line 92 of file tree.hpp.
References jdl::abstract_leaf< int >::data().