#include <WhoNode.h>
Public Member Functions | |
| WhoNode (unsigned long code_ref, const cl7::string_type &identifier) | |
| ~WhoNode (void) | |
| const cl7::string_type & | get_identifier () const |
| void | build (building::Builder *builder) const |
Represents a who node printing out some information about memory usage within the syntax tree built by the parser.
| el7::scripting::parsing::WhoNode::WhoNode | ( | unsigned long | code_ref, | |
| const cl7::string_type & | identifier | |||
| ) |
Explicit constructor.
| el7::scripting::parsing::WhoNode::~WhoNode | ( | void | ) |
Destructor.
| void el7::scripting::parsing::WhoNode::build | ( | building::Builder * | builder | ) | const [virtual] |
Implements el7::scripting::parsing::Node.
| const cl7::string_type& el7::scripting::parsing::WhoNode::get_identifier | ( | ) | const [inline] |
Returns the name of the variable to examine.
1.7.1