#include <tree.hpp>
Public Member Functions | |
func_call_node () | |
void | func_name (boost::shared_ptr< component > comp) |
boost::shared_ptr < component > | get_func_name () const |
void | args (boost::shared_ptr< component > comp) |
boost::shared_ptr < component > | get_args () const |
string | to_string () const |
component * | clone () const |
void | accept (const_visitor &v) const |
void | accept (visitor &v) |
Definition at line 468 of file tree.hpp.
jdl::func_call_node::func_call_node | ( | ) | [inline] |
Definition at line 470 of file tree.hpp.
References jdl::abstract_node::children.
Referenced by clone().
void jdl::func_call_node::func_name | ( | boost::shared_ptr< component > | comp | ) | [inline] |
Definition at line 477 of file tree.hpp.
References jdl::abstract_node::children.
Referenced by jdl::create().
boost::shared_ptr<component> jdl::func_call_node::get_func_name | ( | ) | const [inline] |
Definition at line 479 of file tree.hpp.
References jdl::abstract_node::children.
Referenced by jdl::dump_visitor::visit().
void jdl::func_call_node::args | ( | boost::shared_ptr< component > | comp | ) | [inline] |
Definition at line 481 of file tree.hpp.
References jdl::abstract_node::children.
Referenced by jdl::create().
boost::shared_ptr<component> jdl::func_call_node::get_args | ( | ) | const [inline] |
Definition at line 483 of file tree.hpp.
References jdl::abstract_node::children.
Referenced by jdl::dump_visitor::visit().
string func_call_node::to_string | ( | ) | const [virtual] |
Implements jdl::component.
Definition at line 289 of file tree.cpp.
References jdl::abstract_node::children.
component* jdl::func_call_node::clone | ( | ) | const [inline, virtual] |
void func_call_node::accept | ( | const_visitor & | v | ) | const [virtual] |
Implements jdl::abstract_node.
Definition at line 294 of file tree.cpp.
References jdl::const_visitor::visit().
void func_call_node::accept | ( | visitor & | v | ) | [virtual] |
Implements jdl::abstract_node.
Definition at line 297 of file tree.cpp.
References jdl::visitor::visit().